mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-10 21:10:10 +01:00
33 lines
701 B
Plaintext
33 lines
701 B
Plaintext
{
|
|
"baseBranch": "spigot-1.13-1.16",
|
|
"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"
|
|
}
|
|
}
|