diff options
Diffstat (limited to 'development.mdwn')
-rw-r--r-- | development.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn index b03ecbc..26a865c 100644 --- a/development.mdwn +++ b/development.mdwn @@ -51,6 +51,7 @@ Prepare the source code: Commit and tag a release: + VERSION="X.Y.Z" git commit -a -m "Keyringer $VERSION" git tag -s $VERSION -m "Keyringer $VERSION" |