Skip to content

Commit 7b38f84

Browse files
committed
Apply renamed plugin package
Due to recent Github related naming convention applied to Shipkit Changelog plugin, the referenced 'org.shipkit.shipkit-gh-release' package should be changed for 'org.shipkit.shipkit-github-release'.
1 parent a257820 commit 7b38f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/shipkit.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: "org.shipkit.shipkit-auto-version"
22
apply plugin: "org.shipkit.shipkit-changelog"
3-
apply plugin: "org.shipkit.shipkit-gh-release"
3+
apply plugin: "org.shipkit.shipkit-github-release"
44

55
tasks.named("generateChangelog") {
66
previousRevision = project.ext.'shipkit-auto-version.previous-tag'

0 commit comments

Comments
 (0)