We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a0761 commit cd42d20Copy full SHA for cd42d20
2 files changed
build.gradle
@@ -99,7 +99,7 @@ task generateChangelog {
99
def lastTag = getLastVersion()
100
def currentTag = project.mod_version
101
102
- def commitLog = System.getProperty("os.name").toLowerCase(Locale.ENGLISH).startsWith("windows") ? "B" : "b"
+ def commitLog = "B"
103
104
def commits = "git log --max-count=100 --pretty=format:%$commitLog $lastTag..$currentTag".execute()
105
println "Last version: $lastTag"
gradle.properties
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2G
5
minecraft_version=1.16.5
6
fabric_loader_version=0.11.1
7
# Mod Properties
8
-mod_version=1.4.2
+mod_version=1.4.3
9
maven_group=com.oroarmor
10
archives_base_name=netherite-plus-mod
11
project_name=Netherite Plus Mod
0 commit comments