Skip to content

Commit

Permalink
docs(repo): add RELEASE.md (#15750)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Feb 13, 2024
1 parent 34272d7 commit 0282133
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Release workflow

## Testnet release PRs and main development

- All development work goes into the main branch.
- When we release a testnet, we will open a release branch e.g., [alpha-6](https://github.com/taikoxyz/taiko-mono/tree/alpha-6).
- For future releases we continue working on the main branch!
- For bug fixes first try to fix on `main` and cherry-pick into the release branch. If not possible due to large changes on main, fix on the release branch and check if a similar bug fix is needed on main.

0 comments on commit 0282133

Please sign in to comment.