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
path: root/doc
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2020-12-15 19:22:09 +0300
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>2020-12-17 15:55:44 +0300
commit17c95dc4bf0ae018a986d180aa131e0099fca1fe (patch)
treee992724d3fe5377f34dd246bc839d7b4cfe654c4 /doc
parentc9b69a048ef440610f261fa32aec8a551091a437 (diff)
PROCESS doc: trivial typo fix
Diffstat (limited to 'doc')
-rw-r--r--doc/PROCESS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROCESS.md b/doc/PROCESS.md
index e5fdab12c..a876cc100 100644
--- a/doc/PROCESS.md
+++ b/doc/PROCESS.md
@@ -75,7 +75,7 @@ graph LR;
We cannot tag on `D` as it never reached production.
-`release-tools` follows this algoritm:
+`release-tools` follows this algorithm:
1. create a stable branch from `GITALY_SERVER_VERSION` (commit `C`),
1. bump the version and
1. prepare the changelog (commit `C'`).