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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-05-16 15:24:44 +0300
committerNick Thomas <nick@gitlab.com>2018-05-16 15:24:44 +0300
commitc315e1a7a0b90cb14324631931cae03f7cce2a9d (patch)
tree83734ddb54c531c1267ca455cedd760686bb8d23 /PROCESS.md
parente6c6fc7988fc6714a96c326cc4b72b2e4cbc56f9 (diff)
Numbered list for release process
Diffstat (limited to 'PROCESS.md')
-rw-r--r--PROCESS.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/PROCESS.md b/PROCESS.md
index 9ad14210..52a4a0e7 100644
--- a/PROCESS.md
+++ b/PROCESS.md
@@ -21,7 +21,7 @@ Pages is tightly coupled to GitLab itself. To align with GitLab's
new versions of GitLab Pages are released before the 7th of each month (assuming
any changes have been made). To do so:
-* For major and minor releases, create a stable branch if it doesn't already exist:
+1. For major and minor releases, create a stable branch if it doesn't already exist:
```shell
git checkout -b X-Y-stable master # MAJOR.MINOR
@@ -29,12 +29,11 @@ any changes have been made). To do so:
git push X-Y-stable https://dev.gitlab.org/gitlab/gitlab-pages.git
```
-* Review the list of changes since the last release and create a changelog
-* Decide on the version number by reference to the [Versioning](#versioning) section
-* [Create a new issue](https://gitlab.com/gitlab-org/gitlab-pages/issues/new)
- containing the changelog
-* Create a new merge request, modifying the `CHANGELOG` and `VERSION` files, targeting the correct stable branch
-* Once it's merged, create a signed+annotated tag pointing to the **merge commit** on the **stable branch**, e.g.:
+1. Review the list of changes since the last release and create a changelog
+1. Decide on the version number by reference to the [Versioning](#versioning) section
+1. [Create a new issue](https://gitlab.com/gitlab-org/gitlab-pages/issues/new) containing the changelog
+1. Create a new merge request, modifying the `CHANGELOG` and `VERSION` files, targeting the correct stable branch
+1. Once it's merged, create a signed+annotated tag pointing to the **merge commit** on the **stable branch**, e.g.:
```shell
git fetch origin 1-0-stable
@@ -43,7 +42,7 @@ any changes have been made). To do so:
git push v1.0.0 https://dev.gitlab.org/gitlab/gitlab-pages.git
```
-* Create a merge request against [GitLab](https://gitlab.com/gitlab-org/gitlab-ce) to update `GITLAB_PAGES_VERSION`
+1. Create a merge request against [GitLab](https://gitlab.com/gitlab-org/gitlab-ce) to update `GITLAB_PAGES_VERSION`
As each release is made, the `CHANGELOG` for the stable branch will be updated
to contain content not in the **master** branch. To resolve this, the stable