-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changesetsの導入 #1298
changesetsの導入 #1298
Conversation
✅ Deploy Preview for ingred-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -22,7 +22,8 @@ | |||
"build-storybook": "storybook build", | |||
"lint": "tsc && eslint 'src/**/*.{ts,tsx}' && prettier --check 'src/**/*.{ts,tsx}'", | |||
"format": "prettier --write 'src/**/*.{ts,tsx}'", | |||
"generate": "yarn scaffdog generate" | |||
"generate": "yarn scaffdog generate", | |||
"release": "changeset tag && changeset publish" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changeset publishだとtagを生成してくれなかった
自分の検証だとこれでうまくいった
https://github.com/penicillin0/npm-changeset-test/actions/runs/5445896381
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
close #985