We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd2b09 commit b665ca4Copy full SHA for b665ca4
2 files changed
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- ship: auth0/ship@0.7.2
+ ship: auth0/ship@0.7.3
5
codecov: codecov/codecov@3
6
7
commands:
.shiprc
{
"files": {
"README.md": [],
- "build.gradle": ["version[[:blank:]]*=[[:blank:]]*{MAJOR}.{MINOR}.{PATCH}"]
+ "build.gradle": ['version = "{MAJOR}.{MINOR}.{PATCH}"']
},
"prefixVersion": false
}
0 commit comments