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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'proto/RELEASE.md')
-rw-r--r--proto/RELEASE.md30
1 files changed, 0 insertions, 30 deletions
diff --git a/proto/RELEASE.md b/proto/RELEASE.md
deleted file mode 100644
index db92f239e..000000000
--- a/proto/RELEASE.md
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-```