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:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2017-01-16 20:20:20 +0300
committerJacob Vosmaer (GitLab) <jacob@gitlab.com>2017-01-16 20:20:20 +0300
commit281e703ef136eabe9e84d8d7c012ac8337dd563e (patch)
tree2b1727a5ca924361be21341d29151ebef80f5843
parentb483d3e59ac6fd06e1e899e17b11ad02f429ba33 (diff)
parentc1d01a072b8425621e4faab7b7e568cd51626b90 (diff)
Merge branch 'doc-release' into 'master'
Document release process for experimental builds Closes #39 See merge request !41
-rw-r--r--doc/release.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/release.md b/doc/release.md
new file mode 100644
index 000000000..681a805af
--- /dev/null
+++ b/doc/release.md
@@ -0,0 +1,10 @@
+# Gitaly release process
+
+Releases are marked by annotated Git tags. They must be of the form
+`vX.Y.Z`.
+
+## Experimental builds
+
+Push the release tag to dev.gitlab.org/gitlab/gitaly. After the
+passing the test suite, the tag will automatically be built and
+published in https://packages.gitlab.com/gitlab/unstable.