Skip to content
Snippets Groups Projects
Commit 6965ac4a authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Document release process

parent 085d747c
No related branches found
No related tags found
1 merge request!11Document release process
Pipeline #
# Gitaly-proto release process
## Requirements
- Ruby
- Bundler
- Go 1.8
## 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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment