Skip to content

Commit

Permalink
Add gradle.properties to versions (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleewho authored May 19, 2022
1 parent 5f70471 commit 698b79f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/release/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"gradle.properties": [
{
"pattern": "^VERSION_NAME=(v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)$",
"clearedPrefix": true,
"clearedSuffix": false
}
],
".pubnub.yml": [
{ "pattern": "^version: (v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)$",
{
"pattern": "^version: (v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)$",
"clearedPrefix": true,
"clearedSuffix": false
},
@@ -14,7 +22,10 @@
"clearedPrefix": true,
"clearedSuffix": false
},
{ "pattern": "/releases/download/(v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)/pubnub-kotlin-.*-all.jar$", "cleared": false },
{
"pattern": "/releases/download/(v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)/pubnub-kotlin-.*-all.jar$",
"cleared": false
},
{
"pattern": "/releases/download/.*/pubnub-kotlin-(v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)-all.jar$",
"clearedPrefix": true,

0 comments on commit 698b79f

Please sign in to comment.