Skip to content

Commit

Permalink
chore: prepare for kotlin-editor-relocated release 0.18.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Jan 11, 2025
1 parent d246737 commit 57f8165
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions shadowed/kotlin-editor-relocated/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ kotlin-editor-relocated

See https://github.com/cashapp/kotlin-editor

## Version 0.18.0
* Update to latest.

## Version 0.10.0
* First release.
2 changes: 1 addition & 1 deletion shadowed/kotlin-editor-relocated/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release procedure for kotlin-editor-relocated
1. Update README if needed.
1. Verify shadow jar. Run `./gradlew :kotlin-editor-relocated:shadowJar`. Manually inspect contents.
1. Update version in `kotlin-editor-relocated/build.gradle.kts`.
1. `git commit -am "Prepare for kotlin-editor-relocated release x."`.
1. `git commit -am "chore: prepare for kotlin-editor-relocated release x."`.
1. Publish: `./gradlew :kotlin-editor-relocated:publishToMavenCentral`.
1. `git tag -a kotlin-editor-relocated-x -m "kotlin-editor-relocated version x."`.
1. Update version number in `kotlin-editor-relocated/build.gradle.kts` to next snapshot version (x.y.z-SNAPSHOT).
Expand Down
2 changes: 1 addition & 1 deletion shadowed/kotlin-editor-relocated/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("com.gradleup.shadow")
}

version = "${libs.versions.kotlineditor.core.get()}.1-SNAPSHOT"
version = "${libs.versions.kotlineditor.core.get()}.0"

dagp {
version(version)
Expand Down

0 comments on commit 57f8165

Please sign in to comment.