Skip to content

Commit c16fe67

Browse files
Prevent examples from being released
1 parent 21466ad commit c16fe67

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"linked": [],
77
"access": "public",
88
"baseBranch": "main",
9-
"updateInternalDependencies": "patch"
9+
"updateInternalDependencies": "patch",
10+
"ignore": ["examples/*"]
1011
}

.github/workflows/changesets.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ jobs:
3333
publish: pnpm ci:publish
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37-
- name: Create/Update GH Releases
38-
run: echo "TBD"
36+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)