File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,6 @@ To run only unit tests, execute:
2222make run-unit-tests
2323```
2424
25- ## Preparing a release
26-
27- To prepare for a release, do the following:
28-
29- - Update CHANGELOG.md. Update the first title (master -> new version). Commit it.
30- - Make sure all tests are OK.
31-
3225## Building a release
3326
3427On Linux, make sure that neither ` .gobuild/tmp ` nor ` bin ` contains any
@@ -43,6 +36,16 @@ To make a release you must have:
4336 for the ` arangodb ` docker hub namespace.
4437- The latest checked out ` master ` branch of this repository.
4538
39+ To create preview:
40+ ``` bash
41+ make prerelease-patch
42+ # or
43+ make prerelease-minor
44+ # or
45+ make prerelease-major
46+ ```
47+
48+ To create final version:
4649``` bash
4750make release-patch
4851# or
@@ -68,7 +71,7 @@ If the release process fails, it may leave:
6871- A git tag named ` <major>.<minor>.<patch> ` in this repository in GitHub.
6972 To resolve remove it manually.
7073
71- ## Completing after a release
74+ ## Finalizing the release
7275
7376After the release has been built (which includes publication) the following
7477has to be done:
You can’t perform that action at this time.
0 commit comments