summaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-11-17 11:33:52 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-11-17 11:33:52 -0200
commit7cb12867a3818b25ecca7bc8706563af7c7e4f93 (patch)
tree011fb9055227545897d8f35a1a01a5da1d01be69 /development.mdwn
parent321be0df19d4443a4f13ca9870782f7c4ece049f (diff)
parent0aab0dbe67e07de3895d6a9b8a0c67941ae3fe65 (diff)
downloadkeyringer-upstream_keyringer_0.4.1.tar.gz
keyringer-upstream_keyringer_0.4.1.tar.bz2
Imported Upstream version 0.4.1upstream_keyringer_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: