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

Commit

Permalink
Docs: add info about hotfix releases (#3817)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Apr 26, 2022
1 parent 85636c0 commit 3ec95d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ We prepare at least one release every sprint. Sprints are two weeks long.

### Prepare a branch
* Create a code-freeze branch named `release/X.Y.Z`
* If it's a regular release, this branch is typically based off of `dev`
* For hot fixes, it would be `main` + cherry-picked commits
* Bump the version in the `package.json`
* Create a PR with the list of changes

Expand Down

0 comments on commit 3ec95d4

Please sign in to comment.