Skip to content

Commit

Permalink
20.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerus committed Oct 7, 2019
1 parent 1b4995d commit 4c7a1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gameName = hive
year = 2020
socha.version = 0.5
socha.version = 0.10
2 changes: 1 addition & 1 deletion gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tasks {
file("gradle.properties").writeText(file("gradle.properties").readText()
.replace(Regex("socha.version.*"), "socha.version = $v"))
exec { commandLine("git", "add", "gradle.properties") }
exec { commandLine("git", "commit", "-m", version) }
exec { commandLine("git", "commit", "-m", version, "--no-verify") }
exec { commandLine("git", "tag", version, "-m", desc) }
exec { commandLine("git", "push", "--follow-tags") }
println("""
Expand Down

0 comments on commit 4c7a1a7

Please sign in to comment.