Skip to content

Commit

Permalink
[VVP-4620] Create RELEASING.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
justyna authored and Justyna Stachera committed Sep 27, 2022
1 parent 694a581 commit fc3227e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit fc3227e

Please sign in to comment.