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:
authorChristian Kamm <mail@ckamm.de>2019-05-13 08:53:32 +0300
committerChristian Kamm <mail@ckamm.de>2019-05-13 08:53:32 +0300
commite82dc141f7696b208102324750a052f55a5e7ccf (patch)
tree358c49eb0461770eda42637ab33a90ea05896ad5 /.github
parent2e4b266e7d491bd1fff2978babfad0c362a55136 (diff)
parent87cd1c38be18a19cce9819afda397dc10e8e3dbb (diff)
Merge branch '2.6'
Diffstat (limited to '.github')
-rw-r--r--.github/release_template.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/release_template.md b/.github/release_template.md
index 413e3966a..05518760a 100644
--- a/.github/release_template.md
+++ b/.github/release_template.md
@@ -10,7 +10,6 @@ Copy below text into a task and tick the items:
Some weeks before the release:
* [ ] Check if we should update the bundled sqlite3 (https://github.com/owncloud/client/tree/master/src/3rdparty/sqlite3)
* [ ] Check if we should update Sparkle on build machine (https://github.com/sparkle-project/Sparkle/releases)
-* [ ] Ensure NSIS is up to date on the build machine
* [ ] Ensure up-to-date dependencies (e.g. [latest Qt version](http://qt-project.org/downloads#qt-lib) is installed on the machine and picked up (cmake output)
* [ ] Ensure the crash reporter server is up
* [ ] Check crash reporter for bad crashes
@@ -32,7 +31,7 @@ For first Alpha/Beta of a Major or Minor release:
* [ ] Add the new branch v2.X.X for the new version to gitea/jw/client-linux-build
* [ ] Add the new version to gitea/ownbrander/scripting/client-linux/templates/client/2.X.X
* [ ] Add branch to branches.only section in appveyor.yml, so PRs to that branch will be built by AppVeyor
-* [ ] Adjust translation jobs for [client](https://ci.owncloud.org/view/translation-sync/job/translation-sync-client/) and [NSIS](https://ci.owncloud.org/view/translation-sync/job/translation-sync-client-nsis/) to point to the release branch (e.g. 2.1).
+* [ ] Adjust translation jobs for [client](https://ci.owncloud.org/view/translation-sync/job/translation-sync-client/) to point to the release branch (e.g. 2.1).
* [ ] 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):