From 0863dceedcfd45a4ef9f983c2fe238d2407df90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 31 Aug 2022 17:52:44 +0200 Subject: [PATCH] Website: add step to 'how to release' list Add a step for updating the CHANGELOG.md file, to mark the version as released today. --- .../content/development/releasing/_index.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/web/project-website/content/development/releasing/_index.md b/web/project-website/content/development/releasing/_index.md index 2970e6b0..e90d04e2 100644 --- a/web/project-website/content/development/releasing/_index.md +++ b/web/project-website/content/development/releasing/_index.md @@ -10,10 +10,11 @@ people. ## Steps to release a new version of Flamenco -1. Update `Makefile` and change the `VERSION` and `RELEASE_CYCLE` variables. -2. Run `make update-version` -3. Commit & tag with the commands shown in the 2nd step. -4. Run `make release-package` -5. Check that the files in `dist/` are there and have a non-zero size. -6. Run `make publish-release-packages` to upload the packages to the website. -7. Run `make project-website` to generate and publish the new website. +1. Update `CHANGELOG.md` and mark the to-be-released version as released today. +2. Update `Makefile` and change the `VERSION` and `RELEASE_CYCLE` variables. +3. Run `make update-version` +4. Commit & tag with the commands shown in the 2nd step. +5. Run `make release-package` +6. Check that the files in `dist/` are there and have a non-zero size. +7. Run `make publish-release-packages` to upload the packages to the website. +8. Run `make project-website` to generate and publish the new website.