-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrush.json
34 lines (34 loc) · 975 Bytes
/
rush.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"rushVersion": "5.61.4",
"pnpmVersion": "6.7.1",
"pnpmOptions": {
"useWorkspaces": true
},
"nodeSupportedVersionRange": ">=14.15.0 <15.0.0",
"gitPolicy": {
"versionBumpCommitMessage": "chore: Bump versions [skip ci]",
"changeLogUpdateCommitMessage": "chore: Update changelogs [skip ci]",
"allowedEmailRegExps": [
"[^@]+@users\\.noreply\\.github\\.com"
],
"sampleEmail": "mrexample@users.noreply.github.com"
},
"repository": {
"url": "https://github.com/kkazala/rush-conventionalcommits.git",
"defaultBranch": "master",
"defaultRemote": "origin"
},
"projects": [
{
"packageName": "spfx-utils",
"projectFolder": "spfx-libraries\\spfx-utils",
"versionPolicyName": "sPFx"
},
{
"packageName": "org-app",
"projectFolder": "spfx-apps\\org-app",
"versionPolicyName": "sPFx"
}
]
}