Skip to content

Commit 7414eca

Browse files
committed
Update changelog, version, and publishing
1 parent 1c1805a commit 7414eca

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

buildSrc/src/main/groovy/multiloader-loader.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ publishMods {
6363
minecraftVersions.add(minecraft_version)
6464
}*/
6565

66+
github {
67+
repository = "ryanhcode/sable"
68+
accessToken = providers.environmentVariable("GITHUB_TOKEN")
69+
commitish = "main"
70+
}
71+
6672
modrinth {
6773
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
6874
projectId = "T9PomCSv"

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Initial release!
1+
- Protect sub-levels splitting producing sub-levels with zero mass

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.0.2
1+
version=1.0.3
22
group=dev.ryanhcode.sable
33
java_version=21
44

0 commit comments

Comments
 (0)