nextcloud-desktop/changelog
2020-03-13 15:22:10 +01:00
..
2.6.2_2020-02-21 [Branding] Add branding option to disable experimental features 2020-02-21 15:16:49 +01:00
unreleased Merge branch '2.6' 2020-03-13 15:22:10 +01:00
CHANGELOG-Release.tmpl Add calens changelog generator 2020-01-22 09:17:28 +01:00
CHANGELOG.tmpl [CI] backport changelog generation 2020-03-03 11:06:54 +01:00
README.md Add calens changelog generator 2020-01-22 09:17:28 +01:00
TEMPLATE Add calens changelog generator 2020-01-22 09:17:28 +01:00

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.