diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-26 21:17:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-26 21:17:39 -0300 |
commit | 54f9f1f7c3a7c68eeb9bb848328b50afe673ac51 (patch) | |
tree | 04e43163ef6cb21eab8ab470092201d7d9f8662e /development.mdwn | |
parent | ffcc50efad12adabad77b6fc6fc1bcd12d59ecb6 (diff) | |
download | keyringer-54f9f1f7c3a7c68eeb9bb848328b50afe673ac51.tar.gz keyringer-54f9f1f7c3a7c68eeb9bb848328b50afe673ac51.tar.bz2 |
Development: update debian changelogdebian_keyringer_0.2.4-1
Diffstat (limited to 'development.mdwn')
-rw-r--r-- | development.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn index 507c392..24d0ffb 100644 --- a/development.mdwn +++ b/development.mdwn @@ -31,6 +31,12 @@ Prepare the source code: $EDITOR ChangeLog make build_man +Update debian changelog: + + cd debian + dch -i + cd - + Commit and tag a release: git commit -a -m "Keyringer $VERSION" |