Skip to content

Commit

Permalink
Link the GitHub releases page in Releasing.main.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Aug 3, 2021
1 parent 6b48679 commit 8028431
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Releasing.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,10 @@ fun CliUi.runReleaseStep(step: ReleaseStep): Unit = when (step) {
git.updateBranchFromOrigin(targetBranch = "release")
}
`Request GitHub release publication` -> {
requestManualAction("Publish release on GitHub with the changelog.")
printInfo("It's now time to publish the release on GitHub, so people get notified.")
printInfo("Copy the section of this release from the CHANGELOG file, and head over to the following url to proceed:")
printInfo("https://github.com/LouisCAD/Splitties/releases/new")
requestManualAction("Publish the release ${OngoingRelease.newVersion} on GitHub with the changelog.")
}
`Change this library version back to a SNAPSHOT` -> {
val newVersion = Version(OngoingRelease.newVersion)
Expand Down

0 comments on commit 8028431

Please sign in to comment.