File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2828 id : changesets
2929 uses : changesets/action@v1
3030 with :
31+ # this expects you to have a npm script called version that runs some logic and then calls `changeset version`.
32+ version : yarn version
3133 # This expects you to have a script called release which does a build for your packages and calls changeset publish
3234 publish : yarn release
3335 commit : " chore: release eslint-plugin-svelte"
Original file line number Diff line number Diff line change 5151 "ts" : " node -r esbuild-register" ,
5252 "typecov" : " type-coverage" ,
5353 "update" : " yarn ts ./tools/update.ts && yarn format-for-gen-file" ,
54- "version" : " env-cmd -e version yarn update && git add . "
54+ "version" : " env-cmd -e version yarn update && changeset version "
5555 },
5656 "peerDependencies" : {
5757 "eslint" : " ^7.0.0 || ^8.0.0-0" ,
You can’t perform that action at this time.
0 commit comments