From 4cde79ef0026f9b543d2beffc90d6199239dbfa0 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 30 Aug 2017 07:32:56 +0000 Subject: [PATCH] release.md: Make a little more copy-pasteable. --- release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.md b/release.md index 288ead2..55a70f5 100644 --- a/release.md +++ b/release.md @@ -8,10 +8,10 @@ - Update changelog.md `tig --abbrev=12 --abbrev-commit 0.4.1..upstream/master` - Remove `-dev` suffix from `./.version`; - Commit that using `git commit -m "Tag version $(<.version)."`; + Commit that using `git commit -m "Tag version $(<.version)." .version`; Tag it using `git tag -m "Tag version $(<.version)"`; Increment `./.version` and restore the `-dev` suffix; - Commit that using 'git commit -C b5c30ae52638e81a38fe5329081c5613d7bd6ca5'. + Commit that using `git commit -C b5c30ae52638e81a38fe5329081c5613d7bd6ca5 .version`. - Push with `git push && git push --tags` - Notify downstreams (OS packages) - anitya should autodetect the tag