mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-25 06:58:59 -06:00
* use feature reva & file config Signed-off-by: jkoberg <jkoberg@owncloud.com> * pre-implementation Signed-off-by: jkoberg <jkoberg@owncloud.com> * add changelog Signed-off-by: jkoberg <jkoberg@owncloud.com> * prerequesists for unit tests Signed-off-by: jkoberg <jkoberg@owncloud.com> * file created event Signed-off-by: jkoberg <jkoberg@owncloud.com> * remaining tests & events Signed-off-by: jkoberg <jkoberg@owncloud.com> * use edge reva Signed-off-by: jkoberg <jkoberg@owncloud.com> * improvements from manual testing Signed-off-by: jkoberg <jkoberg@owncloud.com> * use utils package to generate itemID Signed-off-by: jkoberg <jkoberg@owncloud.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)