Skip to content

Commit 9d44cf6

Browse files
committed
update CONTRIBUTING.md to reflect the current reality
1 parent 3a0cbd2 commit 9d44cf6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
346342
To cut a release, go to the repository in GitHub and click on the `Actions` tab.
347343

348344
Select the `Release` workflow on the left-hand menu.
@@ -352,4 +348,6 @@ Click on the `Run workflow` button.
352348
Select the branch to cut the release from (default is main).
353349

354350
Input 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.

0 commit comments

Comments
 (0)