We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b5de3 commit ffd5564Copy full SHA for ffd5564
.github/workflows/js-release.yml
@@ -27,9 +27,11 @@ jobs:
27
yarn install
28
npx lerna run build
29
- name: upgrade & publish version(s)
30
+ ## TODO version and publish commands need to be adjusted when we're confident with the pipeline
31
run: |
- npx changeset version
32
- npx changeset publish
33
- - name: Push to git
34
- run: |
35
- git push --follow-tags
+ npx changeset version --snapshot migration
+ npx changeset publish --no-git-tag --snapshot
+ ## TODO enable the git tagging when we're confident with the pipeline
+ ##- name: Push to git
36
+ ## run: |
37
+ ## git push --follow-tags
0 commit comments