summaryrefslogtreecommitdiff
path: root/doc/release/patch.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-06-04 08:49:45 +0200
committerSytse Sijbrandij <sytses@gmail.com>2014-06-04 08:49:45 +0200
commit9e924c70f3bc1d173eb89149c369ca7e502e225b (patch)
tree26f42bef57c9a636eff0a548a29cb1e2e6d12c8c /doc/release/patch.md
parentde1a7aa7eb523cf2fdad12f8eeda2ba4c5b51820 (diff)
parentfd348de76d651d49acc8eb742cc647dc777ef5fc (diff)
downloadgitlab-ce-9e924c70f3bc1d173eb89149c369ca7e502e225b.tar.gz
Merge pull request #7067 from cirosantilli/doc-md-style
Update docs to match new markdown style guide 2
Diffstat (limited to 'doc/release/patch.md')
-rw-r--r--doc/release/patch.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/release/patch.md b/doc/release/patch.md
index b6f904b1405..4f7f9673702 100644
--- a/doc/release/patch.md
+++ b/doc/release/patch.md
@@ -4,12 +4,13 @@ NOTE: This is a guide for GitLab developers. If you are trying to install GitLab
## When to do a patch release
-Do a patch release when there is a critical regression that needs to be adresses before the next monthly release.
+Do a patch release when there is a critical regression that needs to be addresses before the next monthly release.
+
Otherwise include it in the monthly release and note there was a regression fix in the release announcement.
## Release Procedure
-1. Verify that the issue can be repoduced
+1. Verify that the issue can be reproduced
1. Note in the 'GitLab X.X regressions' that you will create a patch
1. Create an issue on private GitLab development server
1. Name the issue "Release X.X.X CE and X.X.X EE", this will make searching easier
@@ -25,5 +26,5 @@ Otherwise include it in the monthly release and note there was a regression fix
1. Apply the patch to GitLab Cloud and the private GitLab development server
1. Build new packages with the latest version
1. Cherry-pick the changelog update back into master
-1. Send tweets about the release from @gitlabhq, tweet should include the most important feature that the release is addressing as well as the link to the changelog
+1. Send tweets about the release from `@gitlabhq`, tweet should include the most important feature that the release is addressing as well as the link to the changelog
1. Note in the 'GitLab X.X regressions' issue that the patch was published