diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-18 14:14:39 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-18 14:14:39 +0000 |
commit | 1eb82b65c554f21d83447f895a6208905fabe112 (patch) | |
tree | ab12f01b3dc46f11c02afea1e470a78f06ca70c2 /doc/development/changelog.md | |
parent | 4ab54c2233e91f60a80e5b6fa2181e6899fdcc3e (diff) | |
download | gitlab-ce-stable-branch-foss-test.tar.gz |
Add latest changes from gitlab-org/gitlab@12-3-auto-deploy-20190916stable-branch-foss-test
Diffstat (limited to 'doc/development/changelog.md')
-rw-r--r-- | doc/development/changelog.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/development/changelog.md b/doc/development/changelog.md index afc18885a80..5667f58b0c3 100644 --- a/doc/development/changelog.md +++ b/doc/development/changelog.md @@ -102,13 +102,6 @@ Its simplest usage is to provide the value for `title`: bin/changelog 'Hey DZ, I added a feature to GitLab!' ``` -If you want to generate a changelog entry for GitLab EE, you will need to pass -the `--ee` option: - -```text -bin/changelog --ee 'Hey DZ, I added a feature to GitLab!' -``` - At this point the script would ask you to select the category of the change (mapped to the `type` field in the entry): ```text @@ -138,6 +131,9 @@ author: type: ``` +If you're working on the GitLab EE repository, the entry will be added to +`ee/changelogs/unreleased/` instead. + ### Arguments | Argument | Shorthand | Purpose | |