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>2020-05-22 12:02:31 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-05-22 12:02:31 +0300
commitf4d4a487b3b7730dc1d5ac8ed9ce1001dca8dc0e (patch)
tree8cd5a5703d193e673812b6b125078c75b382aae8 /Rakefile
parent2799c909a4e8e46606299db2fbd4662b2f2431c6 (diff)
parent9f15adf2897bc51564c6db3307cac396d2abc632 (diff)
Merge branch 'commit-ci-yaml' into 'master'
Commit .gitlab-ci.yml as well when cutting a release See merge request gitlab-org/gitlab-docs!901
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 845e545b..41903b1c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -159,8 +159,8 @@ namespace :release do
end
# Add and commit
- `git add Dockerfile.#{version}`
- `git commit -m 'Add #{version} Dockerfile'`
+ `git add .gitlab-ci.yml Dockerfile.#{version}`
+ `git commit -m 'Release cut #{version}'`
puts
puts "--------------------------------"