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