Skip to content

Instantly share code, notes, and snippets.

@WesleyGoncalves
Last active June 4, 2020 02:38
Show Gist options
  • Save WesleyGoncalves/5476492c651283fc4e7091c94c87b64e to your computer and use it in GitHub Desktop.
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
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
@WesleyGoncalves
Copy link
Author

You can download this file
directly to your project from the command-line
curl -O 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