[blog] 01/01: also remind to run 'git push --tags'

Holger Levsen holger at layer-acht.org
Wed May 17 23:32:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository blog.

commit 3d6309a1c439c980c4a792c0c691e30123dad61c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu May 18 01:32:05 2017 +0200

    also remind to run 'git push --tags'
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/publish.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/publish.sh b/bin/publish.sh
index 86944f6..1e42fb6 100755
--- a/bin/publish.sh
+++ b/bin/publish.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2016 Holger Levsen <holger at layer-acht.org>
+# Copyright 2016-2017 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv=2
 
 set -e
@@ -112,6 +112,6 @@ echo
 git log -1
 git tag -s $WEEK -m "(first) release for week $WEEK"
 echo
-echo "Now verify the results and run git push."
+echo "Now verify the results and run git push && git push --tags."
 echo
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git



More information about the Reproducible-commits mailing list