Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2017-05-09 14:12:22 +0300
committerGitHub <noreply@github.com>2017-05-09 14:12:22 +0300
commit973dc9e1e2ea45112540757de781b8f130757fdc (patch)
tree42427ce4fb4d7e8f3d5dc80626673853d32e4fbe /.github
parent881641f0b741cf52ae1c79f3f6bc591f7d95114a (diff)
Update release_template.md
Diffstat (limited to '.github')
-rw-r--r--.github/release_template.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/release_template.md b/.github/release_template.md
index bf9b34076..31e827fcb 100644
--- a/.github/release_template.md
+++ b/.github/release_template.md
@@ -62,6 +62,7 @@ Day before Release:
On Release Day (for final release):
* [ ] Branch off a release branch called like the version (without v, v is for tags)
* [ ] Double check ```VERSION.cmake```: Check the version number settings and suffix (beta etc.) to be removed. Commit change to release branch only!
+* [ ] Make sure to increase the version number of the branched of release, e.g. if you release 2.3.2 then you should change VERSION.cmake in 2.3 to 2.3.3 since that branch now will be 2.3.3
* [ ] Add last updates to Changelog in the client source repository.
* [ ] Create tar ball (automated by `ownCloud-client-source` jenkins job) and **immediately** sign it (asc file). (https://github.com/owncloud/enterprise/wiki/Desktop-Signing-Knowledge)
* [ ] Create build for Windows using rotor job owncloud-client-win32 (uncheck the "nightly build" checkbox, check the "sign package" checkboxes) both themes 'ownCloud' and 'testpilotcould'