change default version type to beta in cf

This commit is contained in:
creeper123123321 2024-03-05 18:50:17 -03:00 committed by GitHub
parent 9c898756f0
commit 2a0028cb0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ curseforge {
project {
id = "391298"
changelog = changelogMsg
releaseType = "alpha"
releaseType = "beta" // alpha is hidden by default
mcReleases.forEach { ver -> addGameVersion(ver) }
if (!rootProject.curseforge_mc_snapshot.isEmpty()) addGameVersion(rootProject.curseforge_mc_snapshot)