diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-14 18:43:12 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-14 18:43:12 -0200 |
commit | 8bbdffc3e95a74b5a747edd481bde5651bceff5a (patch) | |
tree | 3e358dd057f73544496de2f97e9501a52ec0006c | |
parent | 9285ef76f5c07495a4625a378b938e54a10e2e5c (diff) | |
download | keyringer-8bbdffc3e95a74b5a747edd481bde5651bceff5a.tar.gz keyringer-8bbdffc3e95a74b5a747edd481bde5651bceff5a.tar.bz2 |
Development: commit after updating debian/changelog
-rw-r--r-- | development.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn index 26a865c..bf04ff6 100644 --- a/development.mdwn +++ b/development.mdwn @@ -74,6 +74,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: |