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-02-17 03:09:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-17 03:09:19 +0300
commit668e319631855d6d9396a203ded1fa5bcb986f1f (patch)
tree1cf0af29731df8b276a29fa82a5f419da6d06d18 /doc/development/rake_tasks.md
parent44e10d208a967d496b4602732b421c704f09201a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/rake_tasks.md')
-rw-r--r--doc/development/rake_tasks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/rake_tasks.md b/doc/development/rake_tasks.md
index cb1520826bb..13bb39a4a6c 100644
--- a/doc/development/rake_tasks.md
+++ b/doc/development/rake_tasks.md
@@ -64,9 +64,9 @@ By default, this seeds an average of 10 issues per week for the last 52 weeks
per project. All issues are also randomly labeled with team, type, severity,
and priority.
-#### Seeding groups with sub-groups
+#### Seeding groups with subgroups
-You can seed groups with sub-groups that contain milestones/projects/issues
+You can seed groups with subgroups that contain milestones/projects/issues
with the `gitlab:seed:group_seed` task:
```shell