Skip to content

Commit 3f1d9a9

Browse files
committed
Remove changelog task from release dependencies.
1 parent fce9073 commit 3f1d9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ release {
3939
tasks.register("updateReadme", io.github.nstdio.http.ext.ReadmeUpdateTask::class)
4040

4141
tasks.named("afterReleaseBuild") {
42-
dependsOn("publishToSonatype", "closeAndReleaseSonatypeStagingRepository", "updateReadme", "changelog")
42+
dependsOn("publishToSonatype", "closeAndReleaseSonatypeStagingRepository", "updateReadme")
4343
}

0 commit comments

Comments
 (0)