Skip to content
Snippets Groups Projects
user avatar
timoknapp authored
ecdd4af7
History

📝 changelog-generator-default

CI Go Report Card PkgGoDev

The default changelog generator for go-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

Example Change Log

Licence

The MIT License (MIT)

Copyright © 2020 Christoph Witzko