aboutsummaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-14 19:01:33 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-14 19:01:33 -0200
commit02fd4b1ffc1e57ae393b765dc4451b66d21b6238 (patch)
tree8e0f1443adcd3ffc7f740d8a8529b81dc975654c /development.mdwn
parent96a4a07c598b26987ed29fbae3cd721f199b6113 (diff)
downloadkeyringer-02fd4b1ffc1e57ae393b765dc4451b66d21b6238.tar.gz
keyringer-02fd4b1ffc1e57ae393b765dc4451b66d21b6238.tar.bz2
Keyringer 0.2.80.2.8
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/development.mdwn b/development.mdwn
index bf04ff6..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"