File tree Expand file tree Collapse file tree 1 file changed +31
-32
lines changed Expand file tree Collapse file tree 1 file changed +31
-32
lines changed Original file line number Diff line number Diff line change 55 "versioning" : " always-bump-patch" ,
66 "group-pull-request-title-pattern" : " chore(${branch}): release ${version}" ,
77 "packages" : {
8- "lib" : {
9- "extra-files" : [
10- {
11- "type" : " generic" ,
12- "path" : " Makefile"
13- },
14- {
15- "type" : " json" ,
16- "path" : " cli/package.json" ,
17- "jsonpath" : " $.version"
18- },
19- {
20- "type" : " json" ,
21- "path" : " cli/package.json" ,
22- "jsonpath" : " $.dependencies['@opentdf/sdk']"
23- },
24- {
25- "type" : " generic" ,
26- "path" : " lib/src/version.ts"
27- },
28- {
29- "type" : " json" ,
30- "path" : " web-app/package.json" ,
31- "jsonpath" : " $.version"
32- },
33- {
34- "type" : " json" ,
35- "path" : " web-app/package.json" ,
36- "jsonpath" : " $.dependencies['@opentdf/sdk']"
37- }
38- ]
8+ "lib" : {}
9+ },
10+ "extra-files" : [
11+ {
12+ "type" : " generic" ,
13+ "path" : " Makefile"
14+ },
15+ {
16+ "type" : " json" ,
17+ "path" : " cli/package.json" ,
18+ "jsonpath" : " $.version"
19+ },
20+ {
21+ "type" : " json" ,
22+ "path" : " cli/package.json" ,
23+ "jsonpath" : " $.dependencies['@opentdf/sdk']"
24+ },
25+ {
26+ "type" : " generic" ,
27+ "path" : " lib/src/version.ts"
28+ },
29+ {
30+ "type" : " json" ,
31+ "path" : " web-app/package.json" ,
32+ "jsonpath" : " $.version"
33+ },
34+ {
35+ "type" : " json" ,
36+ "path" : " web-app/package.json" ,
37+ "jsonpath" : " $.dependencies['@opentdf/sdk']"
3938 }
40- }
39+ ]
4140}
You can’t perform that action at this time.
0 commit comments