From f32248f34f9e589b38ba59d494d5b24c933aa387 Mon Sep 17 00:00:00 2001 From: Vladimir Shushlin Date: Wed, 28 Aug 2019 09:34:59 +0000 Subject: Fix git arguments order in PROCESS.md --- PROCESS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'PROCESS.md') diff --git a/PROCESS.md b/PROCESS.md index 8efbc9f7..2a5fe6ea 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -25,8 +25,8 @@ any changes have been made). To do so: ```shell git checkout -b X-Y-stable master # MAJOR.MINOR - git push X-Y-stable https://gitlab.com/gitlab-org/gitlab-pages.git - git push X-Y-stable https://dev.gitlab.org/gitlab/gitlab-pages.git + git push https://gitlab.com/gitlab-org/gitlab-pages.git X-Y-stable + git push https://dev.gitlab.org/gitlab/gitlab-pages.git X-Y-stable ``` 1. Review the list of changes since the last release and create a changelog @@ -38,8 +38,8 @@ any changes have been made). To do so: ```shell git fetch origin 1-0-stable git tag -a -s -m "Release v1.0.0" v1.0.0 origin/1-0-stable - git push v1.0.0 https://gitlab.com/gitlab-org/gitlab-pages.git - git push v1.0.0 https://dev.gitlab.org/gitlab/gitlab-pages.git + git push https://gitlab.com/gitlab-org/gitlab-pages.git v1.0.0 + git push https://dev.gitlab.org/gitlab/gitlab-pages.git v1.0.0 ``` 1. Create a merge request against [GitLab](https://gitlab.com/gitlab-org/gitlab-ce) to update `GITLAB_PAGES_VERSION` -- cgit v1.2.3