File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
shadowed/kotlin-editor-relocated Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,8 @@ kotlin-editor-relocated
22
33See https://github.com/cashapp/kotlin-editor
44
5+ ## Version 0.18.0
6+ * Update to latest.
7+
58## Version 0.10.0
69* First release.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Release procedure for kotlin-editor-relocated
441 . Update README if needed.
551 . Verify shadow jar. Run ` ./gradlew :kotlin-editor-relocated:shadowJar ` . Manually inspect contents.
661 . Update version in ` kotlin-editor-relocated/build.gradle.kts ` .
7- 1 . ` git commit -am "Prepare for kotlin-editor-relocated release x." ` .
7+ 1 . ` git commit -am "chore: prepare for kotlin-editor-relocated release x." ` .
881 . Publish: ` ./gradlew :kotlin-editor-relocated:publishToMavenCentral ` .
991 . ` git tag -a kotlin-editor-relocated-x -m "kotlin-editor-relocated version x." ` .
10101 . Update version number in ` kotlin-editor-relocated/build.gradle.kts ` to next snapshot version (x.y.z-SNAPSHOT).
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id(" com.gradleup.shadow" )
44}
55
6- version = " ${libs.versions.kotlineditor.core.get()} .1-SNAPSHOT "
6+ version = " ${libs.versions.kotlineditor.core.get()} .0 "
77
88dagp {
99 version(version)
You can’t perform that action at this time.
0 commit comments