From 2018bc4a6fa8733cb471ec6f80e78d6ef22408b7 Mon Sep 17 00:00:00 2001 From: Pascal Grange Date: Thu, 17 Nov 2022 14:56:19 +0100 Subject: [PATCH] Clarify process --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30aa4e1cdfa..16aaf33e8c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -171,7 +171,7 @@ To perform a release of next `` + Refer to `` in deployment instructions, e.g. `docker-compose.yaml` files. + Replace `UNRELEASED` with a date in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) + Create a signed, annotated git tag of the version: `git tag -as ` -+ Use the released changes as annotation + - Copy/paste this release CHANGELOG as annotation + Create a github release page containing - The released changes (formatted) and giving credit where credit is due - Attach static binaries to the release (or link the CI artifact)