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>2023-03-28 04:28:57 +0300
committerEvan Read <eread@gitlab.com>2023-03-28 04:28:57 +0300
commit893d3b17a37b17d29215e523a7803f9c450b3691 (patch)
tree3fe595968380acad93b06eff2614f9261ebd007b /Makefile
parente5dbbccc7d2a97772d1c13b0d1e12c8df3f8ee87 (diff)
Further automate the creation of the stable branch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ad0ef60d..f82d3020 100644
--- a/Makefile
+++ b/Makefile
@@ -214,4 +214,8 @@ add-gitlab-fonts:
cp -v node_modules/@gitlab/fonts/gitlab-sans/GitLabSans.woff2 public/assets/fonts
cp -v node_modules/@gitlab/fonts/jetbrains-mono/JetBrainsMono* public/assets/fonts
+create-stable-branch:
+ @printf "\n$(INFO)INFO: Creating stable branch...$(END)\n"
+ @bundle exec rake release:single
+
test: setup rspec-tests jest-tests eslint-tests prettier-tests stylelint-tests hadolint-tests yamllint-tests markdownlint-tests check-global-navigation