Skip to content

Commit 2c7fd26

Browse files
committed
Added prepare & finalize steps
1 parent 59cb47d commit 2c7fd26

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

MAINTAINERS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ To run the entire test set, run:
1010
make run-tests
1111
```
1212

13+
## Preparing a release
14+
15+
To prepare for a release, do the following:
16+
17+
- Update CHANGELOG.md. Update the first title (master -> new version). Commit it.
18+
- Make sure all tests are OK.
19+
1320
## Building a release
1421

1522
To make a release you must have:
@@ -44,3 +51,10 @@ If the release process fails, it may leave:
4451
To resolve remove it using `git tag -d ...`.
4552
- A git tag named `<major>.<minor>.<patch>` in this repository in github.
4653
To resolve remove it manually.
54+
55+
## Completing after a release
56+
57+
After the release has been build (which includes publication) the following
58+
has to be done:
59+
60+
- Update CHANGELOG.md. Add a new first title (released version -> master). Commit it.

0 commit comments

Comments
 (0)