Skip to content

Commit 72e714b

Browse files
committed
chore: provenance note
1 parent e06be7a commit 72e714b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.changeset/brave-years-shout.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@headless-tree/core": patch
3+
"@headless-tree/react": patch
4+
---
5+
6+
all NPM deployments will now publish with provenance

.github/workflows/snapshot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
- run: yarn build:core
4545
- run: yarn build:web
4646

47+
- name: Copy readme.md to packages
48+
run: |
49+
for dir in $(find packages -type d -maxdepth 1); do
50+
cp readme.md $dir/readme.md
51+
done
52+
4753
- name: Snapshot Versioning
4854
run: yarn changeset version --snapshot
4955

0 commit comments

Comments
 (0)