Skip to content

Commit fc5d605

Browse files
authored
Revise release notes generation steps in RELEASE.md
Updated instructions for generating release notes on GitHub.
1 parent b6a4ce8 commit fc5d605

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Sources/Prometheus/RELEASE.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ git push origin "${tag}"
3131

3232
Step 2) Make the GitHub Release and Release Notes.
3333

34-
Release notes generation is automated and based on the enforced labelling of pull requests.
35-
As pull requests are merged, they are required to be tagged with `semver/*` tags (`semver/patch`, `semver/minor`, ...).
36-
When you navigate to the [New release](https://github.com/swift-server/swift-prometheus/releases/new) page on github and
37-
select your release tag, and click **Generate release notes** release notes will automatically be generated.
34+
> Release notes generation is automated and based on the enforced labelling of pull requests.
35+
> As pull requests are merged, they are required to be tagged with `semver/*` tags (`semver/patch`, `semver/minor`, ...).
36+
37+
Navigate to the [New release](https://github.com/swift-server/swift-prometheus/releases/new) page on github and
38+
select your release tag.
39+
40+
Click **Generate release notes** release notes will automatically be generated.
3841

3942
Take a moment to read over the changes and make sure their assigned patch/minor/major categories are correct and match the release's assigned version.
4043

@@ -47,4 +50,4 @@ Step 3) "There is no Step 3!"
4750
Generally this project supports three most recent minor versions of Swift.
4851

4952
For example, at time of writing this document Swift 6.2 is the current release, so this project also supports 6.1 and 6.0.
50-
And this list of versions changes whenever a new minor Swift version is released.
53+
And this list of versions changes whenever a new minor Swift version is released.

0 commit comments

Comments
 (0)