[blog] 01/01: add git tag on publish to make it trivial to list the changes since the last release
Holger Levsen
holger at layer-acht.org
Tue Oct 4 09:09:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository blog.
commit 35ffa405e11ecbfd73e538594b1d5406322b9db4
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Oct 4 11:09:37 2016 +0200
add git tag on publish to make it trivial to list the changes since the last release
---
bin/publish.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/publish.sh b/bin/publish.sh
index 79046b1..a42e314 100755
--- a/bin/publish.sh
+++ b/bin/publish.sh
@@ -110,6 +110,7 @@ git add $POST
git commit -m "published as https://reproducible.alioth.debian.org/blog/posts/$WEEK/"
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
--
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