From c54a2aec13fd7f11775f065d0746703619c997f1 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 13 Aug 2019 15:06:09 +0200 Subject: [PATCH] [Release] Post-release. [ci skip] --- .../docs/devguide/procedures/publish-a-release.pandoc | 7 ++++++- web/content/releases/6.2.1.md | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/web/content/docs/devguide/procedures/publish-a-release.pandoc b/web/content/docs/devguide/procedures/publish-a-release.pandoc index 6877b3a735c..c93b8cdb1f8 100644 --- a/web/content/docs/devguide/procedures/publish-a-release.pandoc +++ b/web/content/docs/devguide/procedures/publish-a-release.pandoc @@ -9,7 +9,7 @@ weight = 1051 parent = "procedures" +++ -## Publish to website +## Publication procedure - Copy changelog from Wiki to new page - Replace `#([0-9][0-9][0-9][0-9])` with `[#$1](https://github.com/ufz/ogs/pull/$1)` (e.g. in VS Code) @@ -18,3 +18,8 @@ weight = 1051 - Fill in the release notes from the Wiki - Start the `ufz/master` Jenkins job manually and check that it ran successfully! (Do not push to `master` until job ran successfully!) - Copy release binaries from Jenkins job to GitHub release page +- Create and copy container images to GitHub release page +- Update web release page with generated artifacts +- Check new [Zenodo release](https://zenodo.org/account/settings/github/repository/ufz/ogs#) +- Create a discourse announcement post + diff --git a/web/content/releases/6.2.1.md b/web/content/releases/6.2.1.md index 4174ffbae33..9cd7191513a 100644 --- a/web/content/releases/6.2.1.md +++ b/web/content/releases/6.2.1.md @@ -10,10 +10,10 @@ win = [ "Windows-10.0.14393-x64-python-3.7.2-de-utils.zip" ] linux = [ - "Linux-FIXME-x64-utils.tar.gz", - "Linux-FIXME-x64-de-utils.tar.gz", - "Linux-FIXME-x64-python-3.6.3-utils.tar.gz", - "Linux-FIXME-x64-python-3.6.3-de-utils.tar.gz" + "Linux-5.2.7-arch1-1-ARCH-x64-utils.tar.gz", + "Linux-5.2.0-arch2-1-ARCH-x64-de-utils.tar.gz", + "Linux-5.2.7-arch1-1-ARCH-x64-python-3.6.8-utils.tar.gz", + "Linux-5.2.0-arch2-1-ARCH-x64-python-3.6.8-de-utils.tar.gz" ] osx = [ "OSX-10.14-x64-de-utils.tar.gz" ] container = [ -- GitLab