diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-20 12:29:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-20 12:29:43 -0300 |
commit | dd04180ccea3ecbebc567b522ae2a0ea02d30ec2 (patch) | |
tree | b3a0b729c9603c2223b7e33921ef58daec0298d4 /development.mdwn | |
parent | b6880c29861e1ed826d40d589ba96b4ce46735d3 (diff) | |
download | keyringer-dd04180ccea3ecbebc567b522ae2a0ea02d30ec2.tar.gz keyringer-dd04180ccea3ecbebc567b522ae2a0ea02d30ec2.tar.bz2 |
Makefile fix and updated workflow
Diffstat (limited to 'development.mdwn')
-rw-r--r-- | development.mdwn | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/development.mdwn b/development.mdwn index 3857b3a..bbc688d 100644 --- a/development.mdwn +++ b/development.mdwn @@ -68,11 +68,7 @@ Create and upload a new release: 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" - git-buildpackage --git-tag-only --git-sign-tags + make debian Push everything: |