Skip to content

Commit 7869747

Browse files
committed
Cleanup RELEASE.md
1 parent 273b6c7 commit 7869747

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

RELEASE.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ This document outlines how to create a release of pluginrpc-go.
3333
_Make sure no new commits are merged until the release is complete._
3434

3535
5. Review all commits in the new release and for each PR check an appropriate label is used and edit
36-
the title to be meaninful to end users. This will help auto-generated release notes match the
37-
final notes as closely as possible.
36+
the title to be meaningful to end users.
3837

3938
6. Using the Github UI, create a new release.
4039

@@ -43,14 +42,13 @@ This document outlines how to create a release of pluginrpc-go.
4342
- Title the Release “vX.Y.Z”.
4443
- Click “set as latest release”.
4544
- Set the last version as the “Previous tag”.
46-
- Click “Generate release notes” to autogenerate release notes.
4745
- Edit the release notes.
4846

4947
7. Publish the release.
5048

51-
8. On a new branch, open [pluginrpc.go](pluginrpc.go) and change the `Version` to increment the minor
52-
tag and append the `-dev` suffix. Use the next minor release - we never anticipate bugs and patch
53-
releases.
49+
8. On a new branch, open [pluginrpc.go](pluginrpc.go) and change the `Version` to increment the
50+
minor tag and append the `-dev` suffix. Use the next minor release - we never anticipate bugs and
51+
patch releases.
5452

5553
```patch
5654
-const Version = "1.14.0"

0 commit comments

Comments
 (0)