File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -339,10 +339,6 @@ This section is dedicated to the maintainers of this project.
339339
340340### Releases
341341
342- Before running a release:
343-
344- - ** ` meta/meta.go ` ** : The versions must be appropriately updated.
345-
346342To cut a release, go to the repository in GitHub and click on the ` Actions ` tab.
347343
348344Select the ` Release ` workflow on the left-hand menu.
@@ -352,4 +348,6 @@ Click on the `Run workflow` button.
352348Select the branch to cut the release from (default is main).
353349
354350Input the ` Release version number ` which is the Semantic Release number including
355- the ` v ` prefix (i.e. ` v1.4.0 ` ) and click ` Run workflow ` to kickoff the release.
351+ the ` v ` prefix (i.e. ` v1.4.0 ` or ` v1.4.0-alpha.1 ` ) and click ` Run workflow ` to kickoff the release.
352+
353+ The (deprecated) version information in ` meta/meta.go ` will be updated automatically and a commit will be pushed.
You can’t perform that action at this time.
0 commit comments