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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-15 21:12:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-15 21:12:21 +0300
commit4481a56a94c579f52e1cdef1cc1f4995f0ee1412 (patch)
tree9b8d431d53057e6351dd56718d212b2c89b19312 /doc/development/gemfile.md
parente5c7d631a84940c66e46f1824ba7ce0c7f1d0ea4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/gemfile.md')
-rw-r--r--doc/development/gemfile.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/development/gemfile.md b/doc/development/gemfile.md
index 221c8dfbf9d..5ff1bc7b127 100644
--- a/doc/development/gemfile.md
+++ b/doc/development/gemfile.md
@@ -56,7 +56,9 @@ to a gem, go through these steps:
1. Once the gem is stable - we have been using it in production for a
while with few, if any, changes - extract to its own project under
the [`gitlab-org/ruby/gems` namespace](https://gitlab.com/gitlab-org/ruby/gems/).
- 1. When creating the project, follow the [instructions for new projects](https://about.gitlab.com/handbook/engineering/#creating-a-new-project).
+
+ - To create this project:
+ 1. Follow the [instructions for new projects](https://about.gitlab.com/handbook/engineering/#creating-a-new-project).
1. Follow the instructions for setting up a [CI/CD configuration](https://about.gitlab.com/handbook/engineering/#cicd-configuration).
1. Follow the instructions for [publishing a project](https://about.gitlab.com/handbook/engineering/#publishing-a-project).
- See [issue