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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-06-20 05:23:27 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-06-20 05:23:27 +0300
commitd0158ca93d5a2577430ee86d28faf3b767563d38 (patch)
treed1031328f8c13f35997c42da610cde144ee97ef5 /Rakefile
parentce4f3c7885f68ac6516f50cd0af55c4c67b38b68 (diff)
Improve documentation and console output when cutting docs releases
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index bc662c63..9b84c6ac 100644
--- a/Rakefile
+++ b/Rakefile
@@ -129,8 +129,8 @@ namespace :release do
`git add .gitlab-ci.yml #{version}.Dockerfile`
`git commit -m 'Release cut #{version}'`
- puts "\n#{COLOR_CODE_GREEN}INFO: Created new Dockerfile: #{dockerfile}.#{COLOR_CODE_RESET}"
- puts "#{COLOR_CODE_GREEN}INFO: You can now add, commit and push the new branch: git push origin #{version}.#{COLOR_CODE_RESET}"
+ puts "\n#{COLOR_CODE_GREEN}INFO: Created new Dockerfile:#{COLOR_CODE_RESET} #{dockerfile}."
+ puts "#{COLOR_CODE_GREEN}INFO: To push the new branch, run:#{COLOR_CODE_RESET} git push origin #{version}."
end
desc 'Creates merge requests to update the dropdowns in all online versions'