summaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-14 19:02:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-14 19:02:43 -0200
commitf645c1bcad9f038a99961436391bf158bac36ef3 (patch)
tree724fc1e6dd00cc3eeace501f06f8d9ed89e88f08 /development.mdwn
parent19b551ec87e250781c8be809c84ad930954bb3e6 (diff)
parenta706c54574b389c3e2f74ff487b1b7ca42483dc3 (diff)
downloadkeyringer-f645c1bcad9f038a99961436391bf158bac36ef3.tar.gz
keyringer-f645c1bcad9f038a99961436391bf158bac36ef3.tar.bz2
Merge tag 'upstream_keyringer_0.2.8' into debian
Upstream version 0.2.8
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/development.mdwn b/development.mdwn
index 26a865c..cfedb4b 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -46,12 +46,13 @@ Go to master branch
Prepare the source code:
+ $EDITOR keyringer # and update KEYRINGER_VERSION
$EDITOR ChangeLog
make build_man
Commit and tag a release:
- VERSION="X.Y.Z"
+ VERSION="`./keyringer | head -n 1 | cut -d ' ' -f 2`"
git commit -a -m "Keyringer $VERSION"
git tag -s $VERSION -m "Keyringer $VERSION"
@@ -74,6 +75,7 @@ Update the debian branch:
git checkout debian
git-import-orig --upstream-vcs-tag=$VERSION ../tarballs/keyringer-$VERSION.tar.bz2
dch -e # fine tune the changelog prepared by git-dch
+ git commit -a -m "Updating debian/changelog"
Push everything: