Files
opencloud/changelog
Benedikt Kulmann 8c033e1936 change: remove the settings ui
ownCloud Web recently transitioned to Vue3. The settings ui is still
written in Vue2. Since it's pretty much unused we won't take the efforts
of upgrading it to Vue3.
2023-02-03 10:27:05 +01:00
..
2021-12-10 10:20:10 +01:00
2022-03-07 10:03:40 +01:00
2022-04-13 11:05:32 +02:00
2023-02-03 10:27:05 +01:00
2022-11-29 23:16:49 +01:00

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)