mirror of
https://github.com/tj-actions/github-changelog-generator
synced 2026-07-22 18:43:42 +00:00
No description
- Dockerfile 49.9%
- Shell 37.4%
- Ruby 12.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Co-authored-by: aikido-autofix[bot] <119856028+aikido-autofix[bot]@users.noreply.github.com> |
||
| .github | ||
| .gitignore | ||
| .whitesource | ||
| action.yml | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| entrypoint.sh | ||
| Gemfile | ||
| Gemfile.lock | ||
| HISTORY.md | ||
| LICENSE | ||
| README.md | ||
github-changelog-generator
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'
Inputs
| 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:
Credits
This package was created with Cookiecutter.
Report Bugs
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.
