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"
changelog = file('../CHANGELOG.md')
changelogType = "markdown"
releaseType = "release"
releaseType = "beta"
addGameVersion "Fabric"
addGameVersion minecraft_version
mainArtifact remapJar
@ -113,7 +113,7 @@ curseforge {
modrinth {
token = System.getenv("MODRINTH_TOKEN")
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
gameVersions = [minecraft_version]
loaders = ["fabric"]