Skip to content

Commit

Permalink
escape strings in version sub pattern (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Oct 20, 2022
1 parent b665ca4 commit 80f762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .shiprc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"README.md": [],
"build.gradle": ['version = "{MAJOR}.{MINOR}.{PATCH}"']
"build.gradle": ["version = \"{MAJOR}.{MINOR}.{PATCH}\""]
},
"prefixVersion": false
}

0 comments on commit 80f762e

Please sign in to comment.