aboutsummaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-27 18:12:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-27 18:12:25 -0300
commitfe0ab307ea848a8d273d958767b110882638cc42 (patch)
tree4c2efd13188ffc76bc8b90be6c7a9902de1b2df6 /development.mdwn
parent537e17ebaaa8cc8b19bef04b5d900522795e47d3 (diff)
downloadkeyringer-fe0ab307ea848a8d273d958767b110882638cc42.tar.gz
keyringer-fe0ab307ea848a8d273d958767b110882638cc42.tar.bz2
Minor development change
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/development.mdwn b/development.mdwn
index e44da93..3315f34 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -58,7 +58,6 @@ Commit and tag a release:
git merge master
git checkout debian
git merge upstream
- git push --tags
Create a release file:
@@ -82,6 +81,10 @@ Add the release into the `pristine-tar` branch:
pristine-tar commit ../tarballs/keyringer_$VERSION.orig.tar.bz2 $VERSION
+Push everything:
+
+ git push --tags
+
Build the package from the git three using the upstream branch:
git-buildpackage