-
Notifications
You must be signed in to change notification settings - Fork 47
fix(javascript-sdk): fix-publish-readme-and-dist #339
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
Conversation
| "packageJsonDir": "dist/packages/${PROJECT_NAME}", | ||
| "gitAssets": ["packages/${PROJECT_NAME}/README.md", "packages/${PROJECT_NAME}/CHANGELOG.md"], | ||
| "gitAssets": [ | ||
| "!dist/*", |
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.
this should ignore dist so we shouldn't commit it back to the repo.
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 2a06503. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 5 targetsSent with 💌 from NxCloud. |
ignore dist in semantic release explicitly. it shouldnt be comitted. add assets object so that readme is copied over to dist
6ce6a80 to
2a06503
Compare
| "github": true, | ||
| "ci": true, | ||
| "commitMessage": "chore(release-${PROJECT_NAME}): ${nextRelease.version} [skip ci]", | ||
| "packageJsonDir": "dist/packages/${PROJECT_NAME}", |
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.
this may have been causing that push, so im gonna hope without this its correct
|
Your preview environment pr-339-ryanbas21 has been deployed. Preview environment endpoints are available at: |
|
🎉 This PR is included in version 4.0.0-beta.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
ignore dist in semantic release explicitly. it shouldnt be comitted. add assets object so that readme is copied over to dist
JIRA Ticket
Please link jira ticket here
Description
Type of Change
Please Delete options that are not relevant
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Definition of Done
Check all that apply
Documentation