Skip to content

Conversation

@ryanbas21
Copy link
Contributor

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

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

  • Acceptance criteria is met.
  • All tasks listed in the user story have been completed.
  • Coded to standards.
  • Code peer-reviewed.
  • Ensure backward compatibility (special attention).
  • API reference docs is updated.
  • Unit tests are written.
  • Integration tests are written.
  • e2e tests are written.
  • CI build passing on the feature branch.
  • Functional spec is written/updated
  • contains example code snippets.
  • Change log updated.
  • Documentation story is created and tracked.
  • UI is completed or ticket is created.
  • Demo to PO and team.
  • Tech debts and remaining tasks are tracked in separated ticket(s).

Documentation

  • Acceptance criteria met
  • Spell-check run
  • Peer reviewed
  • Proofread

@ryanbas21 ryanbas21 temporarily deployed to Preview April 12, 2023 21:43 — with GitHub Actions Inactive
"packageJsonDir": "dist/packages/${PROJECT_NAME}",
"gitAssets": ["packages/${PROJECT_NAME}/README.md", "packages/${PROJECT_NAME}/CHANGELOG.md"],
"gitAssets": [
"!dist/*",
Copy link
Contributor Author

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
Copy link

nx-cloud bot commented Apr 12, 2023

☁️ Nx Cloud Report

CI 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 targets

Sent with 💌 from NxCloud.

ignore dist in semantic release explicitly. it shouldnt be comitted. add
assets object so that readme is copied over to dist
@ryanbas21 ryanbas21 temporarily deployed to Preview April 12, 2023 21:49 — with GitHub Actions Inactive
"github": true,
"ci": true,
"commitMessage": "chore(release-${PROJECT_NAME}): ${nextRelease.version} [skip ci]",
"packageJsonDir": "dist/packages/${PROJECT_NAME}",
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor

github-actions bot commented Apr 12, 2023

@ryanbas21 ryanbas21 merged commit 6b29cc9 into develop Apr 12, 2023
@ryanbas21
Copy link
Contributor Author

🎉 This PR is included in version 4.0.0-beta.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ryanbas21 ryanbas21 deleted the fix-project-dist branch August 2, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants