From b205804bc75ac78ce7ff59f16c26c4a0b42bdd3b Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Tue, 21 Apr 2026 12:26:27 +0200 Subject: [PATCH] Update release steps to include prolocation notification Signed-off-by: Sasha Romijn --- documentation/github_release_steps.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/github_release_steps.md b/documentation/github_release_steps.md index 11716e824..b6d2cca62 100644 --- a/documentation/github_release_steps.md +++ b/documentation/github_release_steps.md @@ -20,6 +20,8 @@ code changes for the next release are already in the main branch. 1. Use tag 'vx.x.x' e.g., v1.2.3 for the release 2. Use release title: x.x.x 3. For the description use the contents of the Changelog.md for this release -6. Update the Changelog.md for the next release and commit with something like: +6. Inform prolocation that we are deploying, it may trigger their alerting. +7. Deploy. +7. Update the Changelog.md for the next release and commit with something like: "- Bump for next version.". -7. Done. +8. Done.