]> git.p6c8.net - jirafeau_project.git/commitdiff
[FEATURE] Docs: Note steps to prepare new releases
authorDan Untenzu <untenzu@webit.de>
Thu, 23 Feb 2017 15:30:15 +0000 (16:30 +0100)
committerJerome Jutteau <jerome.jutteau@outscale.com>
Thu, 23 Feb 2017 17:34:20 +0000 (18:34 +0100)
Write down all required steps for new releases.

Refs #104 #109

CONTRIBUTING.md

index f7f21ed79399c5b92d03ca563031c924057059dc..94bdac5720a3b1dc7caf0e2824fbffb73eba4fab 100644 (file)
@@ -84,3 +84,14 @@ Quick walktrough:
 * Feature is reviewed
   * MR accepted: Reviewer checks out »next-release« branch and cherry-picks the commit ```git checkout next-release; git cherry-pick be4369641; git push```
   * MR declined: Reviewer add some notes, Developer rebases his branch, adds neccessary changes, force pushes the branch, ask a reviewer to review the changes in the merge request ticket (as Gitlab recognizes them automatically) ```git checkout some-feature; git rebase upstream/next-release``` …[add changes]… ```git add -A, git commit --amend; git push -f```
+
+## New Releases
+
+* Compare the [»next-release« branch to »master«](https://gitlab.com/mojo42/Jirafeau/compare/master...next-release)
+* Add a list of noteworthy features and bugfixes to the README
+* Change the version, using [semantic versioning](http://semver.org/), in ```settings.php```
+* Merge »next-release« branch to »master«
+* Update the demo page
+* Tag the »master« with the new version
+* Push branch and tag
+* Dance a little

patrick-canterino.de