Skip to content

Commit

Permalink
Add GIUP definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siphalor committed Apr 22, 2021
1 parent 2760c24 commit b5f72b1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .giup
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"merge-paths": [
"1.15",
"1.15->1.14",
"1.15->1.16->1.17"
],
"commands": [
{
"title": "Build and publish",
"run": "./gradlew publish",
"nt": "gradlew publish"
},
"git push"
]
}

0 comments on commit b5f72b1

Please sign in to comment.