Skip to content

Commit 54699f8

Browse files
committed
escape quotes in ship config
1 parent 76e6d50 commit 54699f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.shiprc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"README.md": [],
4-
"build.gradle": ["version[[:blank:]]*=[[:blank:]]*{MAJOR}.{MINOR}.{PATCH}"]
4+
"build.gradle": ["version = \"{MAJOR}.{MINOR}.{PATCH}\""]
55
},
66
"prefixVersion": false
77
}

0 commit comments

Comments
 (0)