Skip to content

Commit 03b2497

Browse files
committed
build: publishing and versioning
1 parent b4c6c73 commit 03b2497

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ curseforge {
130130
changelog = file("$rootDir/docs/CHANGELOG.md")
131131
changelogType = "markdown"
132132
addGameVersion("${project.mc_version}")
133-
mainArtifact(tasks.jar) {
133+
mainArtifact(remapJar) {
134134
displayName = "${project.mod_name} - ${version}"
135135
}
136136
}
@@ -143,7 +143,7 @@ modrinth {
143143
versionType = "${project.version_type}"
144144
versionName = "${project.mod_name} - ${version}"
145145
changelog = new File("$rootDir/docs/CHANGELOG.md").text
146-
uploadFile = tasks.jar
146+
uploadFile = remapJar
147147
gameVersions = ["${project.mc_version}"]
148148
loaders = ["fabric"]
149149
}

docs/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Cumulus - Forge - 1.19.4-1.0.0
2-
3-
Additions
4-
5-
Changes
6-
7-
Fixes
1+
# Cumulus - Fabric - 1.20.1-1.0.0
82

3+
- Port to Fabric 1.20.1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.daemon=false
66
# Mod
77
mod_id=cumulus_menus
88
mod_name=Cumulus
9-
mod_version=1.0.0-beta.1.4
9+
mod_version=1.0.0
1010
mc_version=1.20.1
1111
fabric_version=0.14.22
1212
parchment_mappings=2023.08.20

0 commit comments

Comments
 (0)