mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00

* Set up GitHub generated release notes. * Remove Towncrier from the release script. * Add changelog failures for Labels with Danger and stop requesting a changelog file. * Update changelog documentation.
32 lines
594 B
YAML
32 lines
594 B
YAML
changelog:
|
|
categories:
|
|
- title: ✨ Features
|
|
labels:
|
|
- pr-feature
|
|
- title: 🙌 Improvements
|
|
labels:
|
|
- pr-change
|
|
- title: 🐛 Bugfixes
|
|
labels:
|
|
- pr-bugfix
|
|
- title: ⚠️ API Changes
|
|
labels:
|
|
- pr-api
|
|
- title: 🗣 Translations
|
|
labels:
|
|
- pr-i18n
|
|
- title: 🧱 Build
|
|
labels:
|
|
- pr-build
|
|
- title: 📄 Documentation
|
|
labels:
|
|
- pr-doc
|
|
- title: 🚧 In development 🚧
|
|
labels:
|
|
- pr-wip
|
|
|
|
- title: Others
|
|
labels:
|
|
- pr-misc
|
|
- "*"
|