Welcome to mirror list, hosted at ThFree Co, Russian Federation.

RELEASE.md « proto - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db92f239e901a8d4f7b1167379663cf1e1aab508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Gitaly-proto release process

## Requirements

- Ruby
- Bundler
- Go 1.10

## 1. Install dependencies

If you have done a release before this may not be needed.

```
_support/install-protoc
```

## 2. Release

This will:

- do a final consistency check
- create a version bump commit
- create a tag
- build the gem
- ask for confirmation
- push the gem and the tag out to the world

```
_support/release 1.2.3
```