Skip to content

meepo-lab/changelog-generator-default

 
 

Repository files navigation

📝 changelog-generator-default

CI Go Report Card PkgGoDev

The default changelog generator for semantic-release.

Output of the changelog

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

Emoji changelogs

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.

Example Change Log

Licence

The MIT License (MIT)

Copyright © 2020 Christoph Witzko

About

📝 Default Changelog Generator

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.4%
  • Shell 3.6%