You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Github Changelog or History Generator
v1.5
Github CHANGELOG generator
...
steps:
- uses: actions/checkout@v2
- name: Generate CHANGELOG
uses: tj-actions/[email protected]
with:
output: 'HISTORY.md'
Input | type | required | default | description |
---|---|---|---|---|
token | string |
true |
${{ github.token }} |
GITHUB_TOKEN or a repo scoped Personal Access Token |
output | string |
false |
CHANGELOG.md |
The Changelog output file. |
- Free software: MIT license
- Generates Change logs using github-changelog-generator
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.