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

Chore type updates don't show up in release notes #66

Closed
yorinasub17 opened this issue Apr 7, 2024 · 1 comment · Fixed by #67
Closed

Chore type updates don't show up in release notes #66

yorinasub17 opened this issue Apr 7, 2024 · 1 comment · Fixed by #67
Labels
ops Operational change (release flow, refactor, testing, dependency management, etc) released

Comments

@yorinasub17
Copy link
Member

This is because the builtin angular preset only supports feat, fix, and perf for release notes. All others are ignored.
(see https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/src/writer.js#L40).

We need a custom preset to support this.

@yorinasub17 yorinasub17 added the ops Operational change (release flow, refactor, testing, dependency management, etc) label Apr 7, 2024
@fensak-ci-cd
Copy link

fensak-ci-cd bot commented Apr 7, 2024

🎉 This issue has been resolved in version 0.0.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

@fensak-ci-cd fensak-ci-cd bot added the released label Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ops Operational change (release flow, refactor, testing, dependency management, etc) released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant