File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2929 run : yarn test
3030 - name : Build Package
3131 run : yarn build
32- - name : Release or Versioning
33- uses : cometkim/yarn-changeset-action@v1
32+
33+ - name : Create Changesets Pull Request or Publish to NPM
34+ id : changesets
35+ uses : changesets/action@v1
3436 with :
35- autoPublish : true
37+ title : ' chore: version packages'
38+ commit : ' chore: version packages'
39+ version : yarn changeset:version
40+ publish : yarn changeset:publish
3641 env :
3742 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 9595 ],
9696 "scripts" : {
9797 "check" : " yarn typecheck && yarn lint && yarn test" ,
98+ "changeset:version" : " yarn changeset version" ,
99+ "changeset:publish" : " yarn changeset publish" ,
98100 "lint" : " yarn workspaces foreach -ptR --from '@h6s/*' run lint" ,
99101 "test" : " yarn workspaces foreach -ptR --from '@h6s/*' run test" ,
100102 "typecheck" : " yarn workspaces foreach -ptR --from '@h6s/*' run typecheck" ,
You can’t perform that action at this time.
0 commit comments