Skip to content

v2.1.0 (2022-04-11)

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 19:59
· 3 commits to master since this release

v2.1.0 (2022-04-11)

Features

  • changelog show authors of commits and show body as header (0c7338a)

    Enable new features in .release.yml like

changelog:

showAuthors: false ## Show authors in changelog
showBodyAsHeader: false ## Show all bodies of the commits as header of changelog (useful for squash commit flow to show long text in release)

Bug fixes

  • analyzer fix commit message body parser (03f2eea)

    In special cases the body of a commit was not correctly interpreted and the changelog was displayed wrongly.

Docker image

New docker image is released under nightapes/go-semantic-release:2.1.0

Usage

docker run nightapes/go-semantic-release:2.1.0

or

docker run nightapes/go-semantic-release:latest

Special Thanks

Sebastian, Sebastian Beisch