We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8289f1 commit 12671f8Copy full SHA for 12671f8
RELEASE.md
@@ -0,0 +1,19 @@
1
+# Releasing
2
+
3
+This document outlines how to create a release of bufplugin-go.
4
5
+1. Clone the repo, ensuring you have the latest main.
6
7
+2. Review all commits in the new release and for each PR check an appropriate label is used and edit
8
+ the title to be meaningful to end users.
9
10
+3. Using the Github UI, create a new release.
11
12
+ - Under “Choose a tag”, type in “vX.Y.Z” to create a new tag for the release upon publish.
13
+ - Target the main branch.
14
+ - Title the Release “vX.Y.Z”.
15
+ - Click “set as latest release”.
16
+ - Set the last version as the “Previous tag”.
17
+ - Edit the release notes.
18
19
+4. Publish the release.
0 commit comments