Changelog
Magically creates a YML file with metadata of a change entry
npm install @deptagency/changelogor
yarn add @deptagency/changelogpackage.json
{
"scripts": {
"changelog": "node ./node_modules/@deptagency/changelog"
}
}npm changelogor
yarn changelog| Argument | Description | Default |
|---|---|---|
path |
File path | ./changelog/unreleased/ |
file |
File name | %s-%s.yml |
| Value | Description | Slugified |
|---|---|---|
%1$s |
Jira ticket | true |
%2$s |
Changelog message | true |
| Question | Hint | Type |
|---|---|---|
| Changelog message | ... e.g. Bug ticket title | text |
| Type of change | ... use arrow-keys, return to submit | autocomplete |
| Jira ticket | ... e.g. HD-987 | text |
| Merge Request | ... e.g. 790 | text |
Made by Freepik from www.flaticon.com