]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Release workflow with git-flow
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 16 May 2014 19:43:04 +0000 (16:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 16 May 2014 19:43:04 +0000 (16:43 -0300)
development.mdwn

index 91ddc8714ec7b8cd19a6380b998a83a61bbc2ae0..67c64567b9509b05b42cc799405f53897c4f630f 100644 (file)
@@ -52,9 +52,10 @@ We use [git-flow](https://github.com/nvie/gitflow) for the development workflow.
 Release workflow
 ----------------
 
-Go to master branch
+Go to develop branch and start a new release
 
-    git checkout master
+    git checkout develop
+    git flow release start VERSION
 
 Prepare the source code:
 
@@ -64,6 +65,8 @@ Prepare the source code:
 
 Create and upload a new release:
 
+    git flow release finish $VERSION
+    git checkout master
     make release
 
 Update the debian branch: