Generate CHANGELOG/HISTORY markdown files for your project
...
steps:
- uses: actions/checkout@v2
- name: Generate CHANGELOG
uses: tj-actions/github-changelog-generator@v1.15
with:
output: 'HISTORY.md'
INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
---|---|---|---|---|
output | string | false | "CHANGELOG.md" |
The changelog output file |
token | string | true | "${{ github.token }}" |
GITHUB_TOKEN or a repo scoped Personal Access Token |
- Free software: MIT license
If you feel generous and want to show some extra appreciation:
This package was created with Cookiecutter.
Report bugs at https://github.com/tj-actions/github-changelog-generator/issues.
If you are reporting a bug, please include:
- Your operating system name and version.
- Any details about your workflow that might be helpful in troubleshooting.
- Detailed steps to reproduce the bug.