Skip to content

Commit 83e6ba0

Browse files
committed
Generate release candidate.
1 parent 66736c9 commit 83e6ba0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
}
2424

2525
val baseVersion = "3.0.0"
26-
val isSnapshot = true
26+
val isSnapshot = false
2727

2828
val isCIServer = "true" == System.getenv("CTHING_CI")?.lowercase()
2929
val now = System.currentTimeMillis()

0 commit comments

Comments
 (0)