Skip to content

Commit 7dafd4a

Browse files
author
Brian Chen
committed
Merge branch 'master' into bc/set-override
2 parents a09f5cf + 4edfe22 commit 7dafd4a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changeset/hot-pumas-allow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

.github/workflows/changesets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- name: Checkout Repo
1414
uses: actions/checkout@master
15+
with:
16+
## fetch all history for all branches and tags, so we can compare with master
17+
fetch-depth: 0
1518

1619
- name: Setup Node.js 12.x
1720
uses: actions/setup-node@master

0 commit comments

Comments
 (0)