Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes 3318: Anchor check for CHANGELOG tag #3442

Merged

Conversation

pljones
Copy link
Collaborator

@pljones pljones commented Dec 18, 2024

Short description of changes

Anchors the check for the "C H A N G E L O G" tag so it must be at the start of the line (with permitted leading whitespace, although I'm not sure we should allow it).

CHANGELOG: SKIP

Context: Fixes an issue?

Fixes: #3318

Does this change need documentation? What needs to be documented and how?

No.

Status of this Pull Request

Checked and it runs okay.

What is missing until this pull request can be merged?

Ready for review / merge.

Checklist

  • I've verified that this Pull Request follows the general code principles
  • I tested my code and it does what I want
  • My code follows the style guide
  • I waited some time after this Pull Request was opened and all GitHub checks completed without errors.
  • I've filled all the content above

@pljones pljones added this to the Release 3.12.0 milestone Dec 18, 2024
@pljones pljones self-assigned this Dec 18, 2024
@pljones pljones linked an issue Dec 18, 2024 that may be closed by this pull request
@pljones pljones force-pushed the bugfix/anchor-check-for-changelog-tag branch from a0c7627 to c1efc99 Compare December 18, 2024 13:40
@pljones pljones merged commit 8f50123 into jamulussoftware:main Dec 20, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Handling of the change log tag in tools/changelog-helper.sh
2 participants