mirror of
https://github.com/swift-server/swift-openapi-async-http-client.git
synced 2026-06-02 07:47:33 +00:00
[Releases] Add a GitHub release config
### Motivation
This config helps compose release notes easier.
### Modifications
Added a config file that instructs GitHub how to group PRs.
### Result
Releases can be mostly generated now.
### Test Plan
N/A
Reviewed by: simonjbeaumont
Builds:
✔︎ pull request validation (5.8) - Build finished.
✔︎ pull request validation (5.9) - Build finished.
✔︎ pull request validation (nightly) - Build finished.
✔︎ pull request validation (soundness) - Build finished.
https://github.com/swift-server/swift-openapi-async-http-client/pull/7
16 lines
291 B
YAML
16 lines
291 B
YAML
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
|
|
- "*"
|