Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 856 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 856 Bytes

Changelog

We are using calens to properly generate a changelog before we are tagging a new release.

Create Changelog items

Create a file according to the template for each changelog in the unreleased folder. The following change types are possible: Bugfix, Change, Enhancement, Security.

Automated Changelog build and commit

  • After each merge to master, the CHANGELOG.md file is automatically updated and the new version will be committed to master while skipping CI.

Create a new Release

Test the Changelog generator manually

  • execute docker run --rm -v $(pwd):$(pwd) -w $(pwd) toolhippie/calens:latest in the root folder of the project.