Skip to content

Commit 4d76667

Browse files
authored
Merge branch 'master' into renovate/yarn-monorepo
2 parents 2f4fb1e + b102cda commit 4d76667

5 files changed

Lines changed: 1419 additions & 1463 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Update workspace-tools to improve git rev-list performance",
4+
"packageName": "beachball",
5+
"email": "elcraig@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

docs/overview/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The `beachball.config.js` example below uses JSDoc type annotations to enable in
2828

2929
```js
3030
// @ts-check
31-
/** @type {import('beachball').BeachallConfig} */
31+
/** @type {import('beachball').BeachballConfig} */
3232
const config = {
3333
disallowedChangeTypes: ['major'],
3434
changehint: 'Run "yarn change" to generate a change file',

0 commit comments

Comments
 (0)