Skip to content
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

Merged
merged 15 commits into from
Jul 23, 2023
Merged

changesetsの導入 #1298

merged 15 commits into from
Jul 23, 2023

Conversation

penicillin0
Copy link
Contributor

close #985

@netlify
Copy link

netlify bot commented Jun 18, 2023

Deploy Preview for ingred-ui ready!

Name Link
🔨 Latest commit 98f04bf
🔍 Latest deploy log https://app.netlify.com/sites/ingred-ui/deploys/64a2e41435d0f400083a29a8
😎 Deploy Preview https://deploy-preview-1298--ingred-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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"
Copy link
Contributor Author

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@penicillin0 penicillin0 marked this pull request as ready for review July 23, 2023 00:22
@penicillin0 penicillin0 merged commit 2b7727b into master Jul 23, 2023
2 checks passed
@penicillin0 penicillin0 deleted the introduce-changesets branch July 23, 2023 00:23
@FluctMember FluctMember mentioned this pull request Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

changeset の導入
2 participants