File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 28
28
id : changesets
29
29
uses : changesets/action@v1
30
30
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
31
33
# This expects you to have a script called release which does a build for your packages and calls changeset publish
32
34
publish : yarn release
33
35
commit : " chore: release eslint-plugin-svelte"
Original file line number Diff line number Diff line change 51
51
"ts" : " node -r esbuild-register" ,
52
52
"typecov" : " type-coverage" ,
53
53
"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 "
55
55
},
56
56
"peerDependencies" : {
57
57
"eslint" : " ^7.0.0 || ^8.0.0-0" ,
You can’t perform that action at this time.
0 commit comments