mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-03 09:20:50 -05:00
b8a74cfe7d
* chore: bump go to 1.22 * bump bingo dependencies Signed-off-by: jkoberg <jkoberg@owncloud.com> * test: whitelist mod replace directives * fix: changelog --------- Signed-off-by: jkoberg <jkoberg@owncloud.com> Co-authored-by: Florian Schade <f.schade@icloud.com>
Changelog
We are using calens to properly generate a changelog before we are tagging a new release. To get an idea how this could look like https://github.com/restic/restic/tree/master/changelog would be the best reference.
Create changelog items
Create a file according to the template for each changelog in the unreleased folder. The following change types are possible:
- Bugfix (general Bugfix)
- Enhancement (new feature)
- Change (breaking change)
- Security (security related issues)