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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2019-04-17 14:53:41 +0300
committerGitHub <noreply@github.com>2019-04-17 14:53:41 +0300
commit0c38285d89da54086a70987f63b9926ed6e2a5de (patch)
tree2e4ff5bc45c330ad3f1f3f9e01da3c00c742e97d /.github
parent1e1340b4578c9af13a9ea2cd4fe1dfd21e7f0a6d (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 6207ce6e6..6372c5fdd 100644
--- a/.github/release_template.md
+++ b/.github/release_template.md
@@ -35,6 +35,7 @@ For first Alpha/Beta of a Major or Minor release:
* [ ] Make sure there is a job for the docs of the new master branch and the current release branch on rotor e.g. http://doc.owncloud.org/desktop/1.X/ exists
For all alphas, betas and RCs (Copy this section for each alpha/beta/rc):
+* [ ] Make sure previous major version's branch is merged into current major branch (or everything cherry-picked)
* [ ] Add last updates to Changelog in the client source repository.
* [ ] Branch off a release branch called VERSION-rcX or VERSION-betaX (without v, v is for tags)
* [ ] Edit ```VERSION.cmake``` to set the suffix to beta1, beta2 etc. Commit the result to the release branch only