summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-01 10:22:37 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-01 10:22:37 +0300
commitdc6cfefd8e4321f50cf4d96464675fd57ac72fa0 (patch)
tree547edc35fe4ef7cdebe96d2901921052ff89d701
parent89112da43f77daefecf013be09651b54ddfa13f6 (diff)
downloadvmadm-dc6cfefd8e4321f50cf4d96464675fd57ac72fa0.tar.gz
docs: drop the +git version number change
It's not needed for NEWS or Cargo.toml, and CI does something else anyway.
-rw-r--r--RELEASE.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 071ead3..453b04f 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -10,9 +10,6 @@
- `debian/changelog`
* Commit version number changes.
* Create a release tag: `git tag -sam "Release X.Y.Z of vmadm" vX.Y.Z`
-* Update the version number by appending `+git` to it, in all the same
- places, except `Cargo.toml`.
-* Commit version number changes.
* Push release branch to `gitlab.com`, create a merge request, merge it.
* Change to the `main` branch locally, pull from `gitlab.com`.
* Push `main` branch to `git.liw.fi` so that CI builds things.