diff options
-rw-r--r-- | development.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development.mdwn b/development.mdwn index 869d571..39cdc08 100644 --- a/development.mdwn +++ b/development.mdwn @@ -33,13 +33,13 @@ Prepare the source code: Commit and tag a release: - git commit -a -m "Keyringer VERSION" - git tag -s VERSION -m "Keyringer VERSION" + git commit -a -m "Keyringer $VERSION" + git tag -s $VERSION -m "Keyringer $VERSION" git checkout upstream git merge master git checkout debian git merge upstream - git push --all --tags + git push --tags Create a release file: |