github.com/cs3org/reva/v2@v2.27.7/changelog/README.md (about) 1 # Changelog 2 3 We are using [calens](https://github.com/restic/calens) to properly generate a 4 changelog before we are tagging a new release. 5 6 ## Create Changelog items 7 Create a file according to the [template](TEMPLATE) for each 8 changelog in the [unreleased](./unreleased) folder. The following change types are possible: `Bugfix, Change, Enhancement, Security`. 9 10 ## Generate the Changelog 11 - execute `go run tools/prepare-release/main.go -version 10.0.0 -commit -tag` 12 in the root folder of the project.