Skip to content

Files

changelog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 11, 2024
Dec 10, 2024
Dec 10, 2024
Dec 9, 2024
Dec 9, 2024
Dec 10, 2024
Dec 10, 2024
Dec 9, 2024
Dec 9, 2024
Dec 9, 2024
Dec 10, 2024
Dec 9, 2024
Dec 10, 2024
Dec 9, 2024
Dec 9, 2024
Dec 9, 2024
Dec 11, 2024
Dec 11, 2024
Dec 11, 2024
Dec 11, 2024
Dec 9, 2024
Dec 9, 2024
Dec 10, 2024
Dec 11, 2024
Dec 11, 2024
Dec 11, 2024
Dec 10, 2024
Dec 9, 2024
Dec 9, 2024
Dec 9, 2024
Dec 11, 2024
Dec 9, 2024
Dec 9, 2024
Dec 9, 2024
Jan 22, 2025
Mar 24, 2025
Jan 22, 2020
Nov 27, 2023
Dec 11, 2024
Jan 22, 2020
Jan 22, 2020

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

  • copy the files from the unreleased folder into a folder matching the schema 0.3.0_2020-01-10

Test the Changelog generator manually

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