diff options
author | rhatto@riseup.net <Silvio Rhatto> | 2014-04-07 16:48:56 -0300 |
---|---|---|
committer | rhatto@riseup.net <Silvio Rhatto> | 2014-04-07 16:48:56 -0300 |
commit | 709909129d6e7569534b3c4860ecc61d1f8a9119 (patch) | |
tree | 112b88a635525fabb99baf1c5f0923501bc141d6 | |
parent | 7d678dbcd5e8c532e2604581678c1cd583b0544c (diff) | |
download | keyringer-709909129d6e7569534b3c4860ecc61d1f8a9119.tar.gz keyringer-709909129d6e7569534b3c4860ecc61d1f8a9119.tar.bz2 |
Development workflow
-rw-r--r-- | development.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn index cf969fe..957a7f8 100644 --- a/development.mdwn +++ b/development.mdwn @@ -37,6 +37,11 @@ These steps should be run once in a while to ensure we have an up to date packag DIST=sid sudo cowbuilder --update +Development workflow +-------------------- + +We use [git-flow](https://github.com/nvie/gitflow) for the development workflow. + Release workflow ---------------- |