You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Add --useChangelogEntry to auto-changelog update (#247)
This will read the PR referenced in each commit message, look for CHANGELOG entry: in the PR description, and use this as the new changelog entry in the changelog (or skip if the no-changelog label is present on the PR)
Note that GITHUB_TOKEN must be set in order to use this option
The updateChangelog function also supports this option
Add --useShortPrLink to auto-changelog update (#247)
This will generate short references to PRs, e.g. #123 instead of [#123](https://some/repo)
The updateChangelog function also supports this option
Changed
Update auto-changelog update --autoCategorize to exclude entries with certain phrases or Conventional Commit prefixes (#247)
If commit messages have the following prefixes they will not be automatically added to the changelog:
style
refactor
test
build
ci
release
If commit messages have the following phrases they will not be automatically added to the changelog: