Skip to content

Commit

Permalink
Stop releasing betas by default
Browse files Browse the repository at this point in the history
Things just got serious I guess??
  • Loading branch information
SquidDev committed Feb 23, 2019
1 parent 4145914 commit a4cd1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ curseforge {
apiKey = project.hasProperty('curseForgeApiKey') ? project.curseForgeApiKey : ''
project {
id = '282001'
releaseType = 'beta'
releaseType = 'release'
changelog = "Release notes can be found on the GitHub repository (https://github.com/SquidDev-CC/CC-Tweaked/releases/tag/v${project.version})."
}
}
Expand Down

0 comments on commit a4cd1fe

Please sign in to comment.