From a692444fb5970c09e8fe08cdd350d3b5c8d0564e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 21 Feb 2023 12:14:28 +0100 Subject: [PATCH] Website: more updates to the 'steps to release' It now also has a step to update `web/project-website/data/flamenco.yaml`. --- web/project-website/content/development/releasing/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/project-website/content/development/releasing/_index.md b/web/project-website/content/development/releasing/_index.md index 84e1f58c..6f424cf6 100644 --- a/web/project-website/content/development/releasing/_index.md +++ b/web/project-website/content/development/releasing/_index.md @@ -20,5 +20,6 @@ Replace `${VERSION}` with the actual version number. 6. `make release-package` 7. Check that the files in `dist/` are there and have a non-zero size. 8. `make publish-release-packages` to upload the packages to the website. -9. `make project-website` to generate and publish the new website. -10. `git push && git push --tags` +9. Update `web/project-website/data/flamenco.yaml` for the new version. +10. `make project-website` to generate and publish the new website. +11. `git push && git push --tags`