summaryrefslogtreecommitdiff
path: root/doc/development/changelog.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-12 15:08:43 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-12 15:08:43 +0000
commitf44248b613e94534fd6a1b1f8fb6df179f1bbf56 (patch)
treef54a3ff32ff39eaf001a1a46eb1c699f00f794ac /doc/development/changelog.md
parent49d26b2348f2eb9e345eb1f66214678f42f15dd3 (diff)
downloadgitlab-ce-f44248b613e94534fd6a1b1f8fb6df179f1bbf56.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/changelog.md')
-rw-r--r--doc/development/changelog.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/development/changelog.md b/doc/development/changelog.md
index 88a0cf8dff0..f2c8aa4db62 100644
--- a/doc/development/changelog.md
+++ b/doc/development/changelog.md
@@ -168,6 +168,7 @@ type:
| [`--dry-run`](#--dry-run-or--n) | `-n` | Don't actually write anything, just print |
| [`--git-username`](#--git-username-or--u) | `-u` | Use Git user.name configuration as the author |
| [`--type`](#--type-or--t) | `-t` | The category of the change, valid options are: `added`, `fixed`, `changed`, `deprecated`, `removed`, `security`, `performance`, `other` |
+| [`--ee`](#how-to-generate-a-changelog-entry) | | Create an EE changelog
| `--help` | `-h` | Print help message |
#### `--amend`
@@ -274,6 +275,20 @@ author:
type: added
```
+#### `--ee`
+
+Use the **`--ee`** argument to create an EE changelog:
+
+```plaintext
+$ bin/changelog 'Hey DZ, I added a feature to GitLab!' -ee
+create ee/changelogs/unreleased/feature-hey-dz.yml
+---
+title: Hey DZ, I added a feature to GitLab!
+merge_request:
+author:
+type: added
+```
+
### History and Reasoning
Our `CHANGELOG` file was previously updated manually by each contributor that