action-github-changelog-generator icon indicating copy to clipboard operation
action-github-changelog-generator copied to clipboard

✏️ Automatically generate change log from your tags, issues, labels and pull requests on GitHub.

Results 8 action-github-changelog-generator issues
Sort by recently updated
recently updated
newest added

### Describe the bug The changelog for the 2.4 release is malformed. ### Reproduce Steps to reproduce the behavior: 1. Visit https://github.com/heinrichreimer/action-github-changelog-generator/releases ### Expected behavior A well formed changelog ###...

bug

### Describe the bug We have few private repositories where we are using this marketplace from 6 month but somehow it is not working since 1 month and it`s showing...

bug

I have a step that fetches a specific tag to use in `sinceTag`. This was working fine until I added `excludeTagsRegex`. I added this because the changelog included all the...

bug

I am having issues with the changelog generator. It takes over half an hour to complete an action now, whereas it used to take 3 mins before. I've switched several...

bug

At https://github.com/step-security/secure-workflows we are building a knowledge-base (KB) of GITHUB_TOKEN permissions needed by different GitHub Actions. When developers try to set minimum token permissions for their workflows, they can use...

### Describe the bug If there is only one tag in the repository, a call with `onlyLastTag` set to `true` will fail. ### Reproduce Steps to reproduce the behavior: 1....

bug

workflow: https://github.com/ma7555/evalify/actions/runs/1870980986 yml: https://github.com/ma7555/evalify/blob/changelog/.github/workflows/changelog.yml When no tags in repo I get: ``` Run heinrichreimer/github-changelog-generator-action@v[2](https://github.com/ma7555/evalify/runs/5262796526?check_suite_focus=true#step:4:2).1.1 with: token: *** issues: true issuesWoLabels: true pullRequests: true prWoLabels: true unreleased: true addSections: {"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}} output:...

bug

### Describe the bug I used to use `ferrarimarco/github-changelog-generator` via docker manually to produce a `CHANGELOG.md` file. Since learning of your Github Actions command, I've switched to that, and noticed...

bug