From fc3227e97b744a302418016d188a084c21d9c372 Mon Sep 17 00:00:00 2001 From: justyna Date: Tue, 27 Sep 2022 14:07:06 +0200 Subject: [PATCH] [VVP-4620] Create RELEASING.md file --- RELEASING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 RELEASING.md diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..3d367f3 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,15 @@ +# Releasing + +## Branches and Tags + +Branch/Tag | Description +---|--- +`master` branch | Code for the *next* release. +`release-X.Y` branch | Code for the *vX.Y* release series. + +### Creating a release branch + +We have to create a new release branch manually from the `master` branch. + +When a new release branch was created, some configuration files have to be adapted on `master`: +- Add a [mergify rule](.mergify.yml) for backporting to the previous version, analogous to the existing ones.