[CHORE] Final preparations for release

This commit is contained in:
2023-12-02 15:46:59 +02:00
parent e74ca594cf
commit 19852fbecd
7 changed files with 11 additions and 31 deletions

View File

@@ -17,8 +17,6 @@ pipeline {
}
stage("Prepare") {
steps {
sh "curl https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md --output changelog-forge.md"
sh "curl https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md --output changelog-fabric.md"
sh "chmod +x ./gradlew"
sh "./gradlew clean"
}

View File

@@ -51,12 +51,12 @@ pipeline {
projectSlug: "craterlib",
projectName: "${projectName}",
projectIcon: "${projectIcon}",
versionName: "Snapshot 3.0.${BUILD_NUMBER}",
version: "3.0.${BUILD_NUMBER}",
versionName: "Snapshot 1.0.${BUILD_NUMBER}",
version: "1.0.${BUILD_NUMBER}",
modLoaders: "forge|neoforge|fabric|quilt",
minecraftVersions: "1.20.2",
failWebhook: env.SSS_WEBHOOK,
publishWebhooks: env.SSS_WEBHOOK
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
deleteDir()
}