Skip to content

Commit da1265d

Browse files
author
Kosh
committed
prepare for github release
1 parent 931ce53 commit da1265d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build.gradle.kts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ subprojects {
3535
}
3636
}
3737

38+
githubRelease {
39+
token("")
40+
owner("k0shk0sh")
41+
repo("ComposeEasyForms")
42+
tagName("v1.0.0")
43+
targetCommitish("main")
44+
releaseName("v1.0.0")
45+
body(changelog())
46+
}
47+
3848
fun Project.configureDokka() {
3949
if (plugins.hasPlugin(AppPlugins.DOKKA)) {
4050
tasks.withType<DokkaTask>().configureEach {

0 commit comments

Comments
 (0)