Skip to content

Commit a5b986d

Browse files
committed
Fix github changelog generator
1 parent 23d9732 commit a5b986d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/ChangelogPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ object ChangelogPlugin extends AutoPlugin {
7070
Seq(generateChangelogToken := None, generateChangelog := {
7171
val log = streams.value.log
7272
val parameters = githubChangeLogParser.parsed
73-
Seq("github_changelog_generator", "--token", parameters.token) ! log match {
73+
Seq("github_changelog_generator", "--user", "sbt", "--project", "sbt-native-packager", "--token", parameters.token) ! log match {
7474
case 0 => log.success("CHANGELOG.md updated successfully")
7575
case n => sys.error(s"Failed updating CHANGELOG.md. Process existed with status code $n")
7676
}

0 commit comments

Comments
 (0)