Skip to content

Commit

Permalink
Add release.yml for automatic release note generation (#2805)
Browse files Browse the repository at this point in the history
# Motivation

To make our lives easier when doing releases we want to adopt the GitHub automatic release note generation feature.

# Modification

This PR adds the `release.yml` file to the repo and aligns the expected labels with the ones from OpenAPI. We have decided to use the OpenAPI labels going forward since those have been thought out quite well. After this PR is merged and before the next release I am going to rename the SemVer labels in this repo.

# Result

Easier releasing in the future.
  • Loading branch information
FranzBusch authored Jul 24, 2024
1 parent 541a900 commit e4abde8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
changelog:
categories:
- title: SemVer Major
labels:
- semver/major
- title: SemVer Minor
labels:
- semver/minor
- title: SemVer Patch
labels:
- semver/patch
- title: Other Changes
labels:
- semver/none

0 comments on commit e4abde8

Please sign in to comment.