-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathjreleaser.toml
More file actions
30 lines (26 loc) · 852 Bytes
/
Copy pathjreleaser.toml
File metadata and controls
30 lines (26 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
name = "ki"
version = "0.5.0"
description = "ki shell"
longDescription = "Extendable Kotlin interactive shell with code completion, syntax highlighting, and other features"
website = "https://github.com/Kotlin/kotlin-interactive-shell"
authors = ["Vitaly Khudobakhshov", "Ilya Chernikov"]
license = "Apache-2"
java.groupId = "org.jetbrains.kotlinx"
java.version = "11"
[distributions.ki]
artifacts = [
{ path = "ki-shell/target/ki-archive.zip" }
]
tags = ["cli", "kotlin", "shell", "interactive"]
[release.github]
owner = "Kotlin"
username = "asm0dey"
skipTag = true
overwrite = true
name = "kotlin-interactive-shell"
[packagers.sdkman]
active = "ALWAYS"
continueOnError = true
releaseNotesUrl = "https://github.com/Kotlin/kotlin-interactive-shell/releases/tag/{{tagName}}"
command = "MAJOR"