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 11:45:43 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-05-22 11:45:43 +0300
commit9f15adf2897bc51564c6db3307cac396d2abc632 (patch)
tree4d1c5ef29363ff9e99146b953c0dfedc0300bf88 /Rakefile
parent6279e06826365a26d5f078c7266166ebea6e3f9a (diff)
Commit .gitlab-ci.yml as well when cutting a release
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index b5789a20..a214b90b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -154,8 +154,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 "--------------------------------"