Mark Fabric releases as beta
This commit is contained in:
parent
9677eb6c02
commit
62d7347077
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user