Open batrdn opened 8 months ago
This issue has been automatically marked as stale because it hasn't had any activity for 6 months. Many things may have changed within this time. The issue may have already been fixed or it may not be relevant anymore. If at this point, this is still an issue, please respond with updated information. It will be closed in 21 days if no further activity occurs. Thanks for being a part of the Nx community! 🙏
Documentation issue
Improvement idea for Publish in CI/CD
I recently automated the release workflow of a package in GitHub (workflow yaml below). This setup triggers a release action (using the
nx release --skip-publish
command) whenever a new pull request merges into the main branch, eliminating the need for manual local releases (as described in the page). My suggestion is adding a section in the documentation to showcase how the release process can be automated within GitHub Actions, emphasizing the transition from pull-request-merge to automated publishing. This addition might be more informative for Nx users.GitHub Actions workflow