[blog] 01/01: "(first) release for week" -> "Publish week"
Chris Lamb
chris at chris-lamb.co.uk
Tue Feb 13 18:04:16 UTC 2018
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository blog.
commit 6254b7acbd757b6fa788279bd7303329f8c80115
Author: Chris Lamb <lamby at debian.org>
Date: Tue Feb 13 18:03:52 2018 +0000
"(first) release for week" -> "Publish week"
---
bin/publish.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/publish.sh b/bin/publish.sh
index 3698776..8b54279 100755
--- a/bin/publish.sh
+++ b/bin/publish.sh
@@ -113,7 +113,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"
+git tag -s $WEEK -m "Publish week $WEEK"
echo
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