Skip to content

Commit

Permalink
chore: add snapshot release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk authored and BroKun committed Dec 17, 2024
1 parent 88935ca commit e5500b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"commit": false,
"fixed": [],
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [],
"useCalculatedVersion": true
}
4 changes: 4 additions & 0 deletions scripts/release-snapshot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# release snapshot version for test, should do in separate branch, not need to merge back
# first need `pnpm changeset`
pnpm changeset version --snapshot snapshot
pnpm changeset publish --tag snapshot --no-git-tag --snapshot

0 comments on commit e5500b8

Please sign in to comment.