From: Silvio Rhatto Date: Fri, 27 Sep 2013 21:12:25 +0000 (-0300) Subject: Minor development change X-Git-Tag: 0.2.6~26 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fe0ab307ea848a8d273d958767b110882638cc42;p=keyringer.git Minor development change --- 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