File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ To run the entire test set, run:
1010make 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
1522To 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.
You can’t perform that action at this time.
0 commit comments