Skip to content

Drop brackets from 3.1.0 changelog heading#1040

Merged
donnchawp merged 1 commit intotrunkfrom
fix/readme-changelog-heading-3.1.0
Apr 14, 2026
Merged

Drop brackets from 3.1.0 changelog heading#1040
donnchawp merged 1 commit intotrunkfrom
fix/readme-changelog-heading-3.1.0

Conversation

@donnchawp
Copy link
Copy Markdown
Contributor

Summary

  • `make publish` fails with "No changelog section found for 3.1.0 in readme.txt." because `scripts/publish.sh` extracts notes with `awk '^### ver( |$|-)'`, which does not match the bracketed heading.
  • Drop the brackets so the heading matches the awk pattern and the pre-3.1.0 entries.

Test plan

  • Rebuild the plugin zip (`make build`) so the readme inside the archive matches.
  • Confirm `make publish` finds the 3.1.0 changelog block.

publish.sh extracts the changelog via awk matching `^### <version>( |$|-)`,
which does not match `### [3.1.0]`. Remove brackets so `make publish`
can locate the 3.1.0 notes, matching the format of earlier entries.
@donnchawp donnchawp merged commit c75e717 into trunk Apr 14, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant