-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore(docs): separate release commands to individual code blocks #18190
chore(docs): separate release commands to individual code blocks #18190
Conversation
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.
👍
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18190 +/- ##
=======================================
Coverage 83.72% 83.72%
=======================================
Files 404 404
Lines 14344 14344
Branches 4650 4650
=======================================
Hits 12010 12010
Misses 2172 2172
Partials 162 162 ☔ View full report in Codecov by Sentry. |
Also added another brief note just now explaining how to avoid npm auth issues when setting dist-tag's |
Hey @tay1orjones I fixed these commands. Last release I noticed that by copying these wasn't working. But these new one were working
) * chore(docs): separate release commands to individual code blocks * docs(release): update npm auth instructions * Changes wrong commands Hey @tay1orjones I fixed these commands. Last release I noticed that by copying these wasn't working. But these new one were working --------- Co-authored-by: Guilherme Datilio Ribeiro <guilhermedatilio@gmail.com>
879f619
A very minor formatting change to the release docs, this separates each listed command into it's own code block so they can be more easily copied from the GitHub interface.