-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |