diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-27 18:12:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-27 18:12:25 -0300 |
commit | fe0ab307ea848a8d273d958767b110882638cc42 (patch) | |
tree | 4c2efd13188ffc76bc8b90be6c7a9902de1b2df6 | |
parent | 537e17ebaaa8cc8b19bef04b5d900522795e47d3 (diff) | |
download | keyringer-fe0ab307ea848a8d273d958767b110882638cc42.tar.gz keyringer-fe0ab307ea848a8d273d958767b110882638cc42.tar.bz2 |
Minor development change
-rw-r--r-- | development.mdwn | 5 |
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 |