From 6e2eea1c84f09eab6e2c87db51a739ccb09f6661 Mon Sep 17 00:00:00 2001 From: Daniel Dimitrov Date: Tue, 30 Jan 2024 08:48:30 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20improve=20the=20=E2=80=9Cpreparing=20a?= =?UTF-8?q?=20release=E2=80=9D=20steps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/release-procedure.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/release-procedure.md b/docs/release-procedure.md index 368e979145..ee1e755ed6 100644 --- a/docs/release-procedure.md +++ b/docs/release-procedure.md @@ -20,10 +20,12 @@ We prepare at least one release every sprint. Sprints are two weeks long. * Bump the version in the `package.json` * Create a PR with the list of changes -💡 To generate a quick changelog: -``` -git log origin/main..origin/dev --pretty=format:'* %s' -``` + > 💡 To generate a quick changelog: + > ```bash + > git log origin/main..origin/dev --pretty=format:'* %s' + > ``` +* Add the PR to the Project `Web Squad` and set the status to `Ready for QA` + ### QA * The QA team do regression testing on this branch @@ -47,7 +49,7 @@ git pull origin release/3.15.0 git push ``` -A deploy workflow will kick in and do the following things: +A deployment workflow will kick in and do the following things: * Deploy the code to staging * Create a new git tag from the version in package.json