diff --git a/build.gradle b/build.gradle index d82ee20..8de9a9c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,23 @@ plugins { id "architectury-plugin" version "3.4-SNAPSHOT" id "dev.architectury.loom" version "1.4-SNAPSHOT" apply false + id 'org.jetbrains.changelog' version "2.0.0" } architectury { minecraft = rootProject.minecraft_version } +changelog { + repositoryUrl = rootProject.repository_url + introduction = """ + Changelog to track updates for this mod. + Add your changes to Unreleased if you want to commit. + Please write according to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) + """ + combinePreReleases = false +} + subprojects { apply plugin: "dev.architectury.loom"