summaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-11-17 11:33:53 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-11-17 11:33:53 -0200
commit5325f71627d1cc5ec07ea946d198662e4ae9501b (patch)
tree95ada73d665e6fb3e6e88096224c3bad2f783061 /development.mdwn
parentca26bda24328828e1e8faf278b2319236f6d12e0 (diff)
parent7cb12867a3818b25ecca7bc8706563af7c7e4f93 (diff)
downloadkeyringer-5325f71627d1cc5ec07ea946d198662e4ae9501b.tar.gz
keyringer-5325f71627d1cc5ec07ea946d198662e4ae9501b.tar.bz2
Merge tag 'upstream_keyringer_0.4.1' into debian
Upstream version 0.4.1
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn9
1 files changed, 6 insertions, 3 deletions
diff --git a/development.mdwn b/development.mdwn
index 49a224c..3a1ed34 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -31,7 +31,7 @@ Create and upload a new release:
Tag the release:
- git tag -s $(VERSION) -m "Keyringer $(VERSION)"
+ git tag -s $VERSION -m "Keyringer $VERSION"
Update the debian branch:
@@ -47,8 +47,11 @@ Build the package from the debian Git branch:
Run lintian (or [add it to your pbuilder hooks](http://askubuntu.com/questions/140697/how-do-i-run-lintian-from-pbuilder-dist)):
- lintian --info --display-info --pedantic --color auto \
- ../build-area/keyringer_$VERSION*.changes
+ lintian --info --display-info --pedantic --color auto build-area/keyringer_$VERSION*.changes
+
+Then go back to the develop branch:
+
+ git checkout develop
Notes: