[Pkg-privacy-commits] [onioncircuits] 11/21: Better explain the release process
Sascha Steinbiss
satta at debian.org
Wed Oct 4 15:53:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository onioncircuits.
commit 2b530cba091458d2aefa0d6ca69ba4a6898e7a5c
Author: Alan <alan at boum.org>
Date: Thu Aug 3 13:05:27 2017 +0000
Better explain the release process
---
HACKING | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/HACKING b/HACKING
index 1598475..01f436c 100644
--- a/HACKING
+++ b/HACKING
@@ -11,18 +11,20 @@ even if they are longer.
Release
=======
-~/path/to/tails/git/import-translations && \
-rm -f po/*.po~ && \
-git add po/*.po po/*.pot && \
-git commit po -m 'Update POT and PO files.'
+Update translations:
-Edit setup.py to increment "version=" field to $VERSION
+ ~/path/to/tails/git/import-translations && \
+ rm -f po/*.po~ && \
+ git add po/*.po po/*.pot && \
+ git commit po -m 'Update POT and PO files.'
-git add setup.py
+Edit setup.py to increment "version=" field to $VERSION
-git commit -m "Bump version to $VERSION"
+ git add setup.py
+ git commit -m "Bump version to $VERSION"
-git tag -m "Release version $VERSION" -s $VERSION
+Tag the release and push
-git push --tags origin/master
+ git tag -m "Release version $VERSION" -s $VERSION
+ git push --tags origin/master
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncircuits.git
More information about the Pkg-privacy-commits
mailing list