From cac3d95269dcd6ae4641264e5cfc35f63b913f57 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 20 Oct 2015 14:37:14 +0000 Subject: [PATCH] release.md: Document tag process more clearly. --- release.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/release.md b/release.md index bab8432..87fae5f 100644 --- a/release.md +++ b/release.md @@ -4,8 +4,11 @@ - Confirm `make test` passes - check with multiple zsh versions - Update changelog.md -- Update ./.version -- `git tag $(<.version) && git push --tags` -- `perl -pi -e 's/$/-dev/' ./.version` +- Remove `-dev` suffix from `./.version`; + Commit that; + Tag it using `git tag $(<.version)`; + Increment `./.version` and restore the `-dev` suffix; + Commit that. +- Push with `git push --tags` - Notify downstreams (OS packages) - anitya should autodetect the tag