Skip to content

Commit

Permalink
chore: Update jrelease version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asm0dey committed Jan 22, 2022
1 parent 8ec2a58 commit 3d7ce27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jreleaser.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ki"
version = "0.4.3"
version = "0.4.4"
description = "ki shell"
longDescription = "Extendable Kotlin interactive shell with code completion, syntax highlighting, and other features"
website = "https://github.com/Kotlin/kotlin-interactive-shell"
Expand Down
6 changes: 6 additions & 0 deletions set_default_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env sh

VERSION="$0"

xh PUT https://vendors.sdkman.io/default Consumer-Key:"$JRELEASER_SDKMAN_CONSUMER_KEY" Consumer-Token:"$JRELEASER_SDKMAN_CONSUMER_TOKEN" candidate=ki version="$VERSION"

0 comments on commit 3d7ce27

Please sign in to comment.