summaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
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