Last active
June 4, 2020 02:38
-
-
Save WesleyGoncalves/5476492c651283fc4e7091c94c87b64e to your computer and use it in GitHub Desktop.
A configuration file to generate a *developer* changelog file using *fojuth/readmegen* API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vsc: git | |
format: md | |
issue_tracker_pattern: https://github.com/<user-name>/<repo-name>/issues/ | |
break: "# CHANGELOG" | |
output_file_name: "CHANGELOG.md" | |
message_groups: | |
Features: | |
- feat | |
Fixed: | |
- fix | |
Refactoring: | |
- refactor | |
Deprecated: | |
- deprecate | |
Removed: | |
- remove | |
Documentation: | |
- docs | |
Typo: | |
- style | |
Test: | |
- test | |
Chore (no production code): | |
- chore | |
# A configuration file for the *fojuth/readmegen* API https://github.com/fojuth/readmegen | |
# See https://github.com/fojuth/readmegen#usage for more information | |
# You can check for updates at https://gist.githubusercontent.com/WesleyGoncalves/5476492c651283fc4e7091c94c87b64e/raw/readmegen.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can download this file
directly to your project from the command-line
curl -O https://gist.githubusercontent.com/WesleyGoncalves/5476492c651283fc4e7091c94c87b64e/raw/readmegen.yml