Commit 82cd8d68 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'sarnold-ee-changelog-arguments' into 'master'

Add changelog EE argument to table

See merge request gitlab-org/gitlab!53943
parents d15f6ab8 8c2d7de3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment