diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-27 11:27:20 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-27 11:27:20 -0200 |
commit | f2334e9e16bc2aa85a619e606cc2a38211544675 (patch) | |
tree | c52830043f04db5730fb8060c0b5161c8e717ceb | |
parent | 6b9047ced36c0b68ed720e48e03c493959d92be7 (diff) | |
download | keyringer-f2334e9e16bc2aa85a619e606cc2a38211544675.tar.gz keyringer-f2334e9e16bc2aa85a619e606cc2a38211544675.tar.bz2 |
Development: debian branch tagging
-rw-r--r-- | development.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn index 3400643..1f475b6 100644 --- a/development.mdwn +++ b/development.mdwn @@ -60,6 +60,7 @@ Update the debian branch: 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" + git tag -s debian_keyringer_$VERSION-1 -m "Keyringer debian package $VERSION-1" Push everything: |