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

commit message with capitalize type is not resolved #198

Closed
kleinpetr opened this issue Jul 3, 2024 · 0 comments · Fixed by #199
Closed

commit message with capitalize type is not resolved #198

kleinpetr opened this issue Jul 3, 2024 · 0 comments · Fixed by #199
Labels
bug Something isn't working

Comments

@kleinpetr
Copy link
Contributor

Environment

changelogen: 0.5.5
node: 22.3

Reproduction

  1. make a commit with msg: Fix: resolve capitalize commit type
  2. run npx changelogen@latest
  3. the commit is not included in the changelog

Describe the bug

When a user uses capitalize commit type such as Feat: Fix: etc, commit are skipped during the generation

Additional context

The regex accepts capitalize but the parsing method is not.

Logs

No response

@kleinpetr kleinpetr added the bug Something isn't working label Jul 3, 2024
@pi0 pi0 closed this as completed in #199 Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant