File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
35355 . 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
39386 . 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
49477 . 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"
You can’t perform that action at this time.
0 commit comments