Mark Fabric releases as beta

This commit is contained in:
embeddedt 2023-05-05 13:19:24 -04:00
parent 9677eb6c02
commit 62d7347077
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -102,7 +102,7 @@ curseforge {
id = "790626" id = "790626"
changelog = file('../CHANGELOG.md') changelog = file('../CHANGELOG.md')
changelogType = "markdown" changelogType = "markdown"
releaseType = "release" releaseType = "beta"
addGameVersion "Fabric" addGameVersion "Fabric"
addGameVersion minecraft_version addGameVersion minecraft_version
mainArtifact remapJar mainArtifact remapJar
@ -113,7 +113,7 @@ curseforge {
modrinth { modrinth {
token = System.getenv("MODRINTH_TOKEN") token = System.getenv("MODRINTH_TOKEN")
projectId = "modernfix" // This can be the project ID or the slug. Either will work! projectId = "modernfix" // This can be the project ID or the slug. Either will work!
versionType = "release" // This is the default -- can also be `beta` or `alpha` versionType = "beta" // This is the default -- can also be `beta` or `alpha`
uploadFile = remapJar uploadFile = remapJar
gameVersions = [minecraft_version] gameVersions = [minecraft_version]
loaders = ["fabric"] loaders = ["fabric"]