Skip to content

Commit 8bcae79

Browse files
committed
Updated shiprc file
1 parent c5d6cad commit 8bcae79

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.shiprc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"files": {
3-
"README.md": [],
43
".version": [],
5-
"build.gradle": ["version = \"{MAJOR}.{MINOR}.{PATCH}\""]
4+
"README.md": [
5+
"<version>{MAJOR}.{MINOR}.{PATCH}</version>",
6+
"`{MAJOR}.{MINOR}.{PATCH}`"
7+
],
8+
"auth0-springboot-api/README.md": [
9+
"<version>{MAJOR}.{MINOR}.{PATCH}</version>",
10+
"auth0-springboot-api:{MAJOR}.{MINOR}.{PATCH}"
11+
]
612
},
713
"prefixVersion": false
814
}

0 commit comments

Comments
 (0)