Skip to content

Commit

Permalink
Temporarily removed 'newTagRevision' assignment
Browse files Browse the repository at this point in the history
In order for build to pass 'newTagRevision' has to be removed (or commented out as it actually is) before publishing new version of the Shipkit Changelog plugin (current version doesn't recognize new property). After release comment on this line has to be removed.
  • Loading branch information
shestee committed Dec 21, 2020
1 parent 2a0efb4 commit 93a7704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ tasks.named("githubRelease") {
dependsOn tasks.named("generateChangelog")
repository = "shipkit/shipkit-changelog"
changelog = tasks.named("generateChangelog").get().outputFile
newTagRevision = System.getenv("GITHUB_SHA")
// After publishing new version of the plugin remove comment on 'newTagRevision' below:
// newTagRevision = System.getenv("GITHUB_SHA")
writeToken = System.getenv("GITHUB_TOKEN")
}

0 comments on commit 93a7704

Please sign in to comment.