2021-06-27 18:34:33 +02:00
|
|
|
{
|
2023-01-21 04:31:15 +01:00
|
|
|
"baseBranch": "spigot",
|
2021-06-27 18:34:33 +02:00
|
|
|
"plugins": [
|
|
|
|
[
|
|
|
|
"gradle",
|
|
|
|
{
|
|
|
|
"gradleCommand": "./gradlew",
|
|
|
|
"gradleOptions": [""]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"exec",
|
|
|
|
{
|
|
|
|
"canary": "./gradlew build discord"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
["conventional-commits", { "preset": "angular" }],
|
|
|
|
"released",
|
|
|
|
["upload-assets", ["./build/libs/*.jar"]]
|
|
|
|
],
|
|
|
|
"owner": "sekwah41",
|
|
|
|
"repo": "Advanced-Portals",
|
|
|
|
"name": "Sekwah",
|
|
|
|
"email": "contact@sekwah.com",
|
|
|
|
"onlyPublishWithReleaseLabel": true,
|
|
|
|
"shipit": {
|
|
|
|
"onlyGraduateWithReleaseLabel": true
|
|
|
|
},
|
|
|
|
"canary": {
|
|
|
|
"message": "📦 Published PR to [discord](https://discord.sekwah.com/) as canary version: %v"
|
|
|
|
}
|
|
|
|
}
|