beam-chat/.github/release.yml
Doug 82823c94ce
Replace Towncrier with GitHub releases + labels. (#2966)
* 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.
2024-06-25 11:07:01 +00:00

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
- "*"