mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
GH Actions - release workflow
This commit is contained in:
committed by
GitHub
parent
aaba297ffa
commit
711e280d28
@@ -80,7 +80,12 @@ tasks {
|
||||
sinceBuild(pluginSinceBuild)
|
||||
untilBuild(pluginUntilBuild)
|
||||
changeNotes(closure {
|
||||
changelog.getUnreleased().toHTML()
|
||||
changelog.getLatest().toHTML()
|
||||
})
|
||||
}
|
||||
|
||||
publishPlugin {
|
||||
dependsOn("patchChangelog")
|
||||
token(System.getenv("PUBLISH_TOKEN"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user