File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Perform the following steps to create a release.
7272 - Ensure that ` baseVersion ` is set to the version for the release. The project follows [ semantic versioning] ( https://semver.org/ ) .
7373 - Set ` isSnapshot ` to ` false `
7474- Commit the changes
75- - Wait until CI builds the release candidate
75+ - Wait until CI and GitHub build the release candidate
7676- Run the command ` mkrelease cthing-projectversion <version> `
7777- In a browser go to the [ Maven Central Repository] ( https://central.sonatype.com/ )
7878- Log in
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
2323}
2424
2525val baseVersion = " 3.0.0"
26- val isSnapshot = true
26+ val isSnapshot = false
2727
2828val isCIServer = " true" == System .getenv(" CTHING_CI" )?.lowercase()
2929val now = System .currentTimeMillis()
You can’t perform that action at this time.
0 commit comments