Skip to content

Commit

Permalink
chore: snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanba authored and sunshinesmilelk committed Oct 17, 2024
1 parent 18a7678 commit 1c79047
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 @@
"access": "public",
"baseBranch": "main",
"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 1c79047

Please sign in to comment.