Skip to content

Commit 57f8165

Browse files
chore: prepare for kotlin-editor-relocated release 0.18.0.
1 parent d246737 commit 57f8165

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

shadowed/kotlin-editor-relocated/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ kotlin-editor-relocated
22

33
See 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.

shadowed/kotlin-editor-relocated/RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release procedure for kotlin-editor-relocated
44
1. Update README if needed.
55
1. Verify shadow jar. Run `./gradlew :kotlin-editor-relocated:shadowJar`. Manually inspect contents.
66
1. 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."`.
88
1. Publish: `./gradlew :kotlin-editor-relocated:publishToMavenCentral`.
99
1. `git tag -a kotlin-editor-relocated-x -m "kotlin-editor-relocated version x."`.
1010
1. Update version number in `kotlin-editor-relocated/build.gradle.kts` to next snapshot version (x.y.z-SNAPSHOT).

shadowed/kotlin-editor-relocated/build.gradle.kts

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

88
dagp {
99
version(version)

0 commit comments

Comments
 (0)