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:
authorAchilleas Pipinellis <axil@gitlab.com>2019-02-20 19:14:56 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-20 19:15:44 +0300
commit90557993515a29448f3ab344cb08cce1b2ce4646 (patch)
tree9099a0e98b2fe815f04b878f293159f709bef3b7
parent8471bf21c20f5d853935919a9dd66264f3635775 (diff)
Change the output of the release:single task
[ci skip]
-rw-r--r--Rakefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Rakefile b/Rakefile
index ce8c342b..bbc4ecff 100644
--- a/Rakefile
+++ b/Rakefile
@@ -133,14 +133,13 @@ namespace :release do
post.puts content
end
- puts "=> Created new Dockerfile: #{dockerfile}"
-
- # Add and commit new Dockerfile
- puts "!! Make sure to change the charts branch in Dockerfile.#{version} !!"
-
puts
puts "--------------------------------"
puts
+ puts "=> Created new Dockerfile: #{dockerfile}"
+ puts
+ puts "!! Make sure to change the charts branch in Dockerfile.#{version} !!"
+ puts
puts "=> You can now add, commit and push the new branch:"
puts
puts " git add Dockerfile.#{version}"