Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix(docs): Added extra information for step 8 to avoid confusion on r… (
Browse files Browse the repository at this point in the history
#4839)

* fix(docs): Added extra information for step 8 to avoid confusion on releasing the release draft

* fix(docs): removed extra text in step 8

* task(docs): Rewritten step 8 in the release procedure
  • Loading branch information
VWSCoronaDashboard30 authored Aug 22, 2023
1 parent 8aba87c commit f105e90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
7. Once ready, merge the release branch to `master` using a **merge commit.
Never use a squash and merge action, since this will erase/rewrite the commit
history.**
8. Hit the publish button in the GitHub release draft. This should tag the
correct commit in `master`.
8. Upon finishing step 7, modify the release draft's target to `master`, and then press the `publish` button within the GitHub release draft interface. This will effectively apply a tag to the `master` branch, marking it as the latest release.
9. Important before running the next step is building the common package to avoid any typescript errors,
so run `yarn build:common`.
10. After the release has been deployed to production,
Expand Down

0 comments on commit f105e90

Please sign in to comment.