Skip to content

Commit d102a96

Browse files
authored
chore: list individual file paths to be updated with version on release (#3244)
* list individual file paths to be updated with version * add missing entry
1 parent da90c5b commit d102a96

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

release-please-config.json

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,57 @@
1515
"extra-files": [
1616
{
1717
"type": "json",
18-
"path": "./packages/**/package.json",
18+
"path": "./packages/mgt-components/package.json",
19+
"jsonpath": "$.version"
20+
},
21+
{
22+
"type": "json",
23+
"path": "./packages/mgt-element/package.json",
24+
"jsonpath": "$.version"
25+
},
26+
{
27+
"type": "json",
28+
"path": "./packages/mgt-react/package.json",
29+
"jsonpath": "$.version"
30+
},
31+
{
32+
"type": "json",
33+
"path": "./packages/mgt-spfx-utils/package.json",
34+
"jsonpath": "$.version"
35+
},
36+
{
37+
"type": "json",
38+
"path": "./packages/providers/mgt-electron-provider/package.json",
39+
"jsonpath": "$.version"
40+
},
41+
{
42+
"type": "json",
43+
"path": "./packages/providers/mgt-mock-provider/package.json",
44+
"jsonpath": "$.version"
45+
},
46+
{
47+
"type": "json",
48+
"path": "./packages/providers/mgt-msal2-provider/package.json",
49+
"jsonpath": "$.version"
50+
},
51+
{
52+
"type": "json",
53+
"path": "./packages/providers/mgt-sharepoint-provider/package.json",
54+
"jsonpath": "$.version"
55+
},
56+
{
57+
"type": "json",
58+
"path": "./packages/providers/mgt-proxy-provider/package.json",
59+
"jsonpath": "$.version"
60+
},
61+
{
62+
"type": "json",
63+
"path": "./packages/providers/mgt-teamsfx-provider/package.json",
64+
"jsonpath": "$.version"
65+
},
66+
{
67+
"type": "json",
68+
"path": "./packages/mgt/package.json",
1969
"jsonpath": "$.version"
2070
},
2171
{

0 commit comments

Comments
 (0)