Skip to content

Commit 7b65525

Browse files
Update MAINTAINERS.md
1 parent 0e54117 commit 7b65525

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

MAINTAINERS.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ To run only unit tests, execute:
2222
make 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

3427
On 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
4750
make 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

7376
After the release has been built (which includes publication) the following
7477
has to be done:

0 commit comments

Comments
 (0)