Skip to content

Commit ffd5564

Browse files
committed
use snapshots
1 parent 12b5de3 commit ffd5564

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Diff for: .github/workflows/js-release.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
yarn install
2828
npx lerna run build
2929
- name: upgrade & publish version(s)
30+
## TODO version and publish commands need to be adjusted when we're confident with the pipeline
3031
run: |
31-
npx changeset version
32-
npx changeset publish
33-
- name: Push to git
34-
run: |
35-
git push --follow-tags
32+
npx changeset version --snapshot migration
33+
npx changeset publish --no-git-tag --snapshot
34+
## TODO enable the git tagging when we're confident with the pipeline
35+
##- name: Push to git
36+
## run: |
37+
## git push --follow-tags

0 commit comments

Comments
 (0)