# What this PR does - Automate our release note creation using `.github/release.yml` (see docs [here](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#example-configurations)). - Add a GitHub Actions check for PRs to ensure that each PR contains one `release:` label (which dictates how it will show up in the release notes) In addition, created the required labels: <img width="701" alt="Screenshot 2024-03-04 at 13 25 45" src="https://github.com/grafana/oncall/assets/9406895/eab83658-dfe9-478e-90d1-7cd66d9fce5d"> Once these changes are adopted and merged to `main` we can also delete the `pr:no changelog` label. ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required)
14 lines
303 B
YAML
14 lines
303 B
YAML
changelog:
|
|
exclude:
|
|
labels:
|
|
- release:ignore
|
|
categories:
|
|
- title: Breaking Changes 🛠
|
|
labels:
|
|
- release:breaking-change
|
|
- title: Exciting New Features 🎉
|
|
labels:
|
|
- release:enhancement
|
|
- title: Other Changes
|
|
labels:
|
|
- release:patch
|