diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 73f8b79cf0a1cffe26fa760dd0f229e1abac0f2f..2fbb97552b00e8fedeb1e98e29d433ec91b486ab 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,6 +2,6 @@
 
 Fixes # <!-- you may add issues here to automatically close them -->
 
-1. [ ] Feature description was added to the [changelog](https://github.com/ufz/ogs/wiki/Release-notes-6.2.2)
+1. [ ] Feature description was added to the [changelog](https://github.com/ufz/ogs/wiki/Release-notes-6.3.0)
 2. [ ] Tests covering your feature were added?
 3. [ ] Any new feature or behavior change was documented?
diff --git a/web/content/docs/devguide/procedures/publish-a-release.pandoc b/web/content/docs/devguide/procedures/publish-a-release.pandoc
index c93b8cdb1f8bc47f87c63bdaf282d100b0e10012..9b496261ea95e049deafc366f31d1d71303fa91b 100644
--- a/web/content/docs/devguide/procedures/publish-a-release.pandoc
+++ b/web/content/docs/devguide/procedures/publish-a-release.pandoc
@@ -12,6 +12,7 @@ weight = 1051
 ## Publication procedure
 
 - Copy changelog from Wiki to new page
+- Update `.github/PULL_REQUEST_TEMPLATE.md` to point to a new changelog wiki page
 - Replace `#([0-9][0-9][0-9][0-9])` with `[#$1](https://github.com/ufz/ogs/pull/$1)` (e.g. in VS Code)
 - Tag the release commit as an annotated tag (`git tag -a 6.0.8 -m "OpenGeoSys Release 6.0.8"`)
 - Create a [new release on GitHub](https://github.com/ufz/ogs/releases)