We are using calens to properly generate a changelog before we are tagging a new release.
Create a file according to the template for each
changelog in the unreleased folder. The following change types are possible: Bugfix, Change, Enhancement, Security
.
- After each merge to master, the CHANGELOG.md file is automatically updated and the new version will be committed to master while skipping CI.
- Please follow the release guide in the Design System documentation
- execute
docker run --rm -v $(pwd):$(pwd) -w $(pwd) toolhippie/calens:latest
in the root folder of the project.