We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c52741 + 8bcae79 commit 20234afCopy full SHA for 20234af
2 files changed
.gitignore
@@ -172,3 +172,6 @@ target/
172
### Test results ###
173
**/test-results/
174
**/reports/
175
+
176
+### Claude Code ###
177
+.claude/settings.local.json
.shiprc
@@ -0,0 +1,14 @@
1
+{
2
+ "files": {
3
+ ".version": [],
4
+ "README.md": [
5
+ "<version>{MAJOR}.{MINOR}.{PATCH}</version>",
6
+ "`{MAJOR}.{MINOR}.{PATCH}`"
7
+ ],
8
+ "auth0-springboot-api/README.md": [
9
10
+ "auth0-springboot-api:{MAJOR}.{MINOR}.{PATCH}"
11
+ ]
12
+ },
13
+ "prefixVersion": false
14
+}
0 commit comments