From 69b6c4e450188f98d5f4f660f00f2e92f2fb701c Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 27 Nov 2015 23:24:22 +0000 Subject: [PATCH] release.md: Clarify release procedure. --- release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.md b/release.md index a38d677..3d044a3 100644 --- a/release.md +++ b/release.md @@ -5,10 +5,10 @@ - check with multiple zsh versions - Update changelog.md - Remove `-dev` suffix from `./.version`; - Commit that; + Commit that using 'git commit -m "Tag version $(<.version)."; Tag it using `git tag $(<.version)`; Increment `./.version` and restore the `-dev` suffix; - Commit that. + Commit that using 'git commit -C b5c30ae52638e81a38fe5329081c5613d7bd6ca5'. - Push with `git push --tags` - Notify downstreams (OS packages) - anitya should autodetect the tag