From e4ed76b87dc9508866e56f5402d5b291132984d8 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 31 Jul 2017 17:42:28 +0000 Subject: [PATCH] release.md: Correct 'git push' instructions. --- release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.md b/release.md index e1b852b..288ead2 100644 --- a/release.md +++ b/release.md @@ -12,7 +12,7 @@ Tag it using `git tag -m "Tag version $(<.version)"`; Increment `./.version` and restore the `-dev` suffix; Commit that using 'git commit -C b5c30ae52638e81a38fe5329081c5613d7bd6ca5'. -- Push with `git push --tags` +- Push with `git push && git push --tags` - Notify downstreams (OS packages) - anitya should autodetect the tag - Update /topic on IRC