Skip to content

Commit

Permalink
release docs: pep440 + semver tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Jun 27, 2023
1 parent 4c8e380 commit 99b9695
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ docker pull flashbots/mev-boost:v1.9a1
To create a new version (with tag), follow all these steps! They are necessary to have the correct build version inside, and work with `go install`.

* Update [`Version`](/config/vars.go) to final version to `v1.9`, and commit
* Create a final tag: `git tag -s v1.9`
* Create final tags, both semver and pep440:
* `git tag -s v1.9`
* `git tag -s v1.9.0`
* Update the `stable` branch:
* `git checkout stable`
* `git merge tags/v1.9 --ff-only`
Expand Down

0 comments on commit 99b9695

Please sign in to comment.