An open API service indexing awesome lists of open source software.

https://github.com/superreal/changelog

Creates a YML file with metadata of a change entry
https://github.com/superreal/changelog

Last synced: over 1 year ago
JSON representation

Creates a YML file with metadata of a change entry

Awesome Lists containing this project

README

          

# changelog
Creates a YML file with metadata of a change entry. Based on [Enquirer](https://github.com/enquirer/enquirer), the powerful Node.js library for creating interactive CLI prompts.

## DEPRECATED
This package has been moved to [@deptagency/changelog](https://github.com/deptagency/changelog)

### Settings

##### Destination
`./changelog/unreleased/`

##### File format
`%s-%s.yml`

| Value | Description | Slugified |
|--------|-------------------|:----------:|
| `%1$s` | Jira ticket | `true` |
| `%2$s` | Changelog message | `true` |

### Prompt

| Question | Hint | Type |
|-------------------|----------------------------------------|:--------------:|
| Changelog message | ... e.g. Bug ticket title | `text` |
| Type of change | ... use arrow-keys, to submit | `autocomplete` |
| Jira ticket | ... e.g. HD-987 | `text` |
| Merge Request | ... e.g. 790 | `text` |