File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33plugins {
44 id(" fabric-loom" )
55 kotlin(" jvm" ).version(System .getProperty(" kotlinVersion" ))
6+ id(" com.geoffgranum.gradle-conventional-changelog" ) version " 0.3.1"
67}
78
89base {
@@ -63,4 +64,12 @@ tasks {
6364 targetCompatibility = javaVersion
6465 withSourcesJar()
6566 }
67+
68+ changelog {
69+ appName = project.name
70+ versionNum = " ${project.version} "
71+ from = " fabric-${project.property(" prevVersion" )} "
72+ repoUrl = " https://github.com/Samarium150/StructuresCompass"
73+ trackerUrl = " https://github.com/Samarium150/StructuresCompass/issues"
74+ }
6675}
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ loaderVersion=0.13.3
99fabricVersion =0.48.0+1.18.2
1010loomVersion =0.11-SNAPSHOT
1111# Mod Properties
12+ prevVersion =1.18.2-1.4.0
1213modVersion =1.18.2-1.4.1
1314mavenGroup =io.github.samarium150
1415archivesBaseName =structures_compass-fabric
You can’t perform that action at this time.
0 commit comments