|
162 | 162 | * IMPORTANT: Because these are regular expressions encoded as JSON string literals, |
163 | 163 | * RegExp escapes need two backslashes, and ordinary periods should be "\\.". |
164 | 164 | */ |
165 | | - "allowedEmailRegExps": ["[^@]+@users\\.noreply\\.github\\.com"], |
166 | | - |
| 165 | + //"allowedEmailRegExps": ["[^@]+@users\\.noreply\\.github\\.com"], |
167 | 166 | /** |
168 | 167 | * When Rush reports that the address is malformed, the notice can include an example |
169 | 168 | * of a recommended email. Make sure it conforms to one of the allowedEmailRegExps |
170 | 169 | * expressions. |
171 | 170 | */ |
172 | | - "sampleEmail": "example@users.noreply.github.com" |
173 | | - |
| 171 | + //"sampleEmail": "example@users.noreply.github.com" |
174 | 172 | /** |
175 | 173 | * The commit message to use when committing changes during 'rush publish'. |
176 | 174 | * |
|
179 | 177 | * in the commit message, and then customize Rush's message to contain that string. |
180 | 178 | */ |
181 | 179 | // "versionBumpCommitMessage": "Bump versions [skip ci]", |
182 | | - |
183 | 180 | /** |
184 | 181 | * The commit message to use when committing changes during 'rush version'. |
185 | 182 | * |
|
188 | 185 | * in the commit message, and then customize Rush's message to contain that string. |
189 | 186 | */ |
190 | 187 | // "changeLogUpdateCommitMessage": "Update changelogs [skip ci]", |
191 | | - |
192 | 188 | /** |
193 | 189 | * The commit message to use when committing changefiles during 'rush change --commit' |
194 | 190 | * |
|
436 | 432 | "shouldPublish": true |
437 | 433 | }, |
438 | 434 | { |
439 | | - "packageName": "@microsoft/api-extractor", |
| 435 | + "packageName": "@ionweb/api-extractor", |
440 | 436 | "projectFolder": "apps/api-extractor", |
441 | 437 | "reviewCategory": "libraries", |
442 | 438 | "shouldPublish": true, |
|
1375 | 1371 | "reviewCategory": "libraries", |
1376 | 1372 | "shouldPublish": false, |
1377 | 1373 | "decoupledLocalDependencies": [ |
1378 | | - "@microsoft/api-extractor", |
| 1374 | + "@ionweb/api-extractor", |
1379 | 1375 | "@rushstack/eslint-config", |
1380 | 1376 | "@rushstack/eslint-patch", |
1381 | 1377 | "@rushstack/eslint-plugin", |
|
0 commit comments