Skip to content

Commit 4c7a1a7

Browse files
author
Xerus
committed
20.0.10
1 parent 1b4995d commit 4c7a1a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
gameName = hive
22
year = 2020
3-
socha.version = 0.5
3+
socha.version = 0.10

gradle/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tasks {
6969
file("gradle.properties").writeText(file("gradle.properties").readText()
7070
.replace(Regex("socha.version.*"), "socha.version = $v"))
7171
exec { commandLine("git", "add", "gradle.properties") }
72-
exec { commandLine("git", "commit", "-m", version) }
72+
exec { commandLine("git", "commit", "-m", version, "--no-verify") }
7373
exec { commandLine("git", "tag", version, "-m", desc) }
7474
exec { commandLine("git", "push", "--follow-tags") }
7575
println("""

0 commit comments

Comments
 (0)