Skip to content

Commit c4f09d1

Browse files
committed
chore: make changeset auto tag on merge
1 parent b4ff929 commit c4f09d1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"access": "restricted",
88
"baseBranch": "next",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": [],
11+
"privatePackages": { "version": true, "tag": true }
1112
}

.github/workflows/on-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,7 @@ jobs:
6868

6969
- name: Create Release Pull Request
7070
uses: changesets/action@v1
71+
with:
72+
publish: npx @changesets/cli publish
7173
env:
7274
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)