aboutsummaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-11-09 10:22:20 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-11-09 10:22:20 -0200
commitdc4c62e5bffc41a3a128440341078de9075bd856 (patch)
tree12339fea83da2d359131a53a657ccc8ecbd9ff99 /development.mdwn
parent880a35bbb1ad613255a38a228ba53a7820e11846 (diff)
downloadkeyringer-dc4c62e5bffc41a3a128440341078de9075bd856.tar.gz
keyringer-dc4c62e5bffc41a3a128440341078de9075bd856.tar.bz2
Keyringer 0.4.00.4.0
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/development.mdwn b/development.mdwn
index 1788ba1..49a224c 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -8,20 +8,16 @@ Index
Coding standards
----------------
+* Uses Semantic Versioning.
* Respect the existing coding style.
* Be clear: easy audability must be one of keyringer's requirements.
-Development workflow
---------------------
-
-We use [git-flow](https://github.com/nvie/gitflow) for the development workflow.
-
Release workflow
----------------
Go to develop branch and start a new release
- git flow release start VERSION
+ git checkout develop
Prepare the source code:
@@ -33,6 +29,10 @@ Create and upload a new release:
make release
+Tag the release:
+
+ git tag -s $(VERSION) -m "Keyringer $(VERSION)"
+
Update the debian branch:
make debian