Skip to content

Commit df65ded

Browse files
authored
Upgrade changelog-generator to 0.0.12 (#20)
Fixes an issue we're having with an error response from the GitHub API when generating the release notes for a milestone with enough issues to have more than one page. Signed-off-by: Tommy Ludwig <[email protected]>
1 parent e23bd33 commit df65ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/micrometer/release/single/ChangelogGeneratorDownloader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ChangelogGeneratorDownloader {
3434

3535
private static final String CHANGELOG_GENERATOR_JAR = "github-changelog-generator.jar";
3636

37-
private static final String DEFAULT_CHANGELOG_GENERATOR_VERSION = "0.0.11";
37+
private static final String DEFAULT_CHANGELOG_GENERATOR_VERSION = "0.0.12";
3838

3939
static final String CHANGELOG_GENERATOR_URL = "https://github.com/spring-io/github-changelog-generator/releases/download/v%s/github-changelog-generator.jar";
4040

0 commit comments

Comments
 (0)