The default changelog generator for go-semantic-release.
The changelog generator will order the types of commits in the changelog in the following order:
- Breaking Changes
- Feature
- Bug Fixes
- Reverts
- Performance Improvements
- Documentation
- Tests
- Code Refactoring
- Styles
- Chores
- Build
- CI
In order to use emoji changelogs including a prefixed emoji, you need to provide the following config when calling semantic-relase: --changelog-generator-opt "emojis=true"
. Or add the config within your .semrelrc
file.
Copyright © 2020 Christoph Witzko