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

Note keywords not being recognized #214

Open
excallypurr opened this issue Oct 3, 2022 · 0 comments
Open

Note keywords not being recognized #214

excallypurr opened this issue Oct 3, 2022 · 0 comments

Comments

@excallypurr
Copy link

excallypurr commented Oct 3, 2022

I've been trying to get the note functionality working but it seems like my keywords are not being recognized in my commit messages. I'm using the default configs that are created with the --init flag

Expected Behavior

A commit message containing a note with the "BREAKING CHANGE" keyword adds a note in the changelog.

Actual Behavior

A commit message is created but no notes section is made.

<a name="thisisatesttag"></a>
## [thisisatesttag] - 2022-10-03
### Fix
- some BREAKING CHANGE is being made

Steps to Reproduce (including precondition)

git-commit -m "fix: some BREAKING CHANGE is being made"
git tag thisisatesttag <commit>
git notes add thisisatesttag -m "BREAKING CHANGE: This is a breaking change"
git-chglog

Your Environment

  • OS: RHEL
  • git-chglog version: 0.15.1
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

No branches or pull requests

1 participant