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

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

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

I first reported this in the gitter chat (see [thread](https://gitter.im/github-changelog-generator/chat?at=5f57456cec534f584fedf00d)). Now opening an issue so that the problem can be properly addressed. # background Users can set the `--base` parameter...

bug
help wanted
hacktoberfest

**Describe the bug** not possible to create a changelog because api access is interrupted **Expected behavior** changelog should be generated **Screenshots** ![Screenshot 2022-01-27 at 17 02 54](https://user-images.githubusercontent.com/91725691/151407595-ce26130a-d4c4-4c69-9366-89e9469e8bbc.png) **Desktop (please complete...

**Describe the bug** https://github.com/zalando/logbook/blob/main/CHANGELOG.md shows a long list of unreleased changes. But when I click on *Full Changelog* then Github correctly claims: > There isn’t anything to compare. > >...

**Describe the bug** When [using an access token](https://github.com/github-changelog-generator/github-changelog-generator#github-token) via ENV variable 'CHANGELOG_GITHUB_TOKEN' and then generating a changelog with: - `github_changelog_generator -p myproject -u myproject-at-some-github-repo` The output log shows that a...

bug
help wanted

**Is your feature request related to a problem? Please describe.** I know this is relatively minor, but because github-changelog-generator [uses UTC](https://github.com/github-changelog-generator/github-changelog-generator/pull/926) and my team is many hours west of UTC,...

**Describe the bug** We recently noticed that in latest releases of our [Seldon Core](https://github.com/SeldonIO/seldon-core/) the `Merged pull requests` section is missing. **To Reproduce** Full changelog with missing pull requests for...

bug

Hello, I tried to find something about it but I could not. Is there a way to set up changelog_generator to take for example all open issues with specific Labels?...

Using ruby 2.7.4, I'm unable to install `github_changelog_generator` due to a dependency issue. ### Reproducing With Ruby < 3.0, install the `github_changelog_generator` gem: ```bash # Ruby 2.7.4 $ gem install...

**Describe the bug** A repository containing 100+ tags: In the repository 5 services reside. Since there is no option to use "include-tags" we need to exclude tags. For some reason...

**Describe the bug** NoMethodError thrown by gitHub-changelog-generator **To Reproduce** Steps to reproduce the behavior: 1. Configure environment variable CHANGELOG_GITHUB_TOKEN 2. Execute CLI `github_changelog_generator` --user=$USER --project=$PROJECT --since-commit "2022-01-15 00:00:00" --max-issues 100`...