From d29c133955ee601cb4a54e058c275065605a13ff Mon Sep 17 00:00:00 2001 From: d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:25:08 -0500 Subject: [PATCH] docs(repo): add RELEASE.md --- RELEASE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 00000000000..25635331042 --- /dev/null +++ b/RELEASE.md @@ -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.