mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
| .. | ||
| 2.6.2_2020-02-21 | ||
| unreleased | ||
| CHANGELOG-Release.tmpl | ||
| CHANGELOG.tmpl | ||
| README.md | ||
| TEMPLATE | ||
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:latestin the root folder of the project.