From 028213383604d3e462086f7e63fcc585b20cb8ce Mon Sep 17 00:00:00 2001 From: d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Tue, 13 Feb 2024 03:12:43 -0500 Subject: [PATCH] docs(repo): add RELEASE.md (#15750) --- 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.