Skip to content

Commit aba4fca

Browse files
committed
Apply review comments
1 parent 4dba5dd commit aba4fca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ These are the steps to release Gradle profiler.
1515
* The [Publish to SDKman](https://builds.gradle.org/buildConfiguration/GradleProfiler_GradleProfilerPublishToSdkMan?branch=%3Cdefault%3E) should trigger automatically after the publishing job finishes. Though it may fail, since the artifacts are not yet on Maven Central. The build will retry the SDKMan publishing after half an hour. If it still doesn't work, you can trigger the build manually.
1616
* All done!
1717

18-
### Releasing Snapshot Versions
18+
### Releasing Pre-release Versions
1919

20-
Releasing master snapshot versions is also supported.
20+
Releasing pre-release versions from the master branch is also supported.
2121
These versions are normally used for dogfooding in the [gradle/gradle](https://github.com/gradle/gradle) build.
22-
We use `-alpha` suffix for these versions, e.g. `0.20.0-alpha01`.
22+
We use `-alpha-<number>` suffix for these versions, e.g. `0.21.0-alpha-1`.
2323

2424
Process is the same as releasing the final versions, except that you should not publish the [release draft](https://github.com/gradle/gradle-profiler/releases).
2525
Also, the build will automatically detect a snapshot version if it contains `snapshot` or `alpha` and will skip publishing to SDKMan.

0 commit comments

Comments
 (0)