@sepveneto/changelogitee
v0.4.0
Published
Generate changelog for Gitee.
Downloads
14
Maintainers
Readme
changelogitee
Features
- Support exclamation mark as breaking change, e.g.
chore!: drop node v10
- Grouped scope in changelog
- Create the release note, or update the existing one
- List contributors
Usage
Configuration
You can put a configuration file in the project root, named as changelogithub.config.{json,ts,js,mjs,cjs}
, .changelogithubrc
or use the changelogithub
field in package.json
.
Preview Locally
npx changelogitee --dry
Why?
I used to use conventional-github-releaser
for almost all my projects. Until I found that it does NOT support using exclamation mark for breaking changes - hiding those important breaking changes in the changelog without the awareness from maintainers.
License
MIT License © 2022 Anthony Fu