Skip to content

Commit

Permalink
Update GitHub Changelog Generator to 0.0.10
Browse files Browse the repository at this point in the history
Closes gh-26
  • Loading branch information
sjohnr committed Mar 20, 2024
1 parent 73438f0 commit cd7a1a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public abstract class GenerateChangelogTask extends JavaExec {

private static final String GENERATE_CHANGELOG_PATH = "changelog/release-notes.md";

private static final String GENERATE_CHANGELOG_DEPENDENCY = "spring-io:github-changelog-generator:0.0.8";
private static final String GENERATE_CHANGELOG_DEPENDENCY = "spring-io:github-changelog-generator:0.0.10";

private static final String GENERATE_CHANGELOG_REPO_LAYOUT = "[organization]/[artifact]/releases/download/v[revision]/[artifact].[ext]";

Expand Down

0 comments on commit cd7a1a5

Please sign in to comment.