-
Notifications
You must be signed in to change notification settings - Fork 63
ITSM-1219: Implement pipelines for publishing libs #23
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
- project: sdk-core 0.1.1-pipeline-test-0.0
- project: sdk-core 0.1.1-pipeline-test.0
46f306a to
c97aeaf
Compare
- project: sdk-core 0.1.1-pipeline-test.1
- project: sdk-core 0.1.1-pipeline-test.2
- project: sdk-core 0.1.1-pipeline-test.3
|
Don't forget to cleanup:
|
- project: sdk-core 0.1.1-pipeline-test.4
- project: sdk-core 0.1.1-pipeline-test.5
- project: sdk-core 0.1.1-pipeline-test.6
- project: sdk-core 0.1.1-pipeline-test.7
- project: sdk-core 0.1.1-pipeline-test.8
- project: sdk-core 0.1.1-pipeline-test.9
- project: sdk-core 0.1.1-pipeline-test.10
- project: sdk-core 0.1.1-pipeline-test.11
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.
Pull request overview
This PR overhauls the SDK release and publishing pipelines to use NX's built-in release tooling. The workflow consolidates version bumping, changelog generation, and publishing into a single unified pipeline that supports both npmjs and GitHub Packages registries.
Key changes:
- Migrates from custom version bumping to NX release with configurable semver bumps and prerelease support
- Consolidates release and publish workflows into a single pipeline with separate jobs for npmjs and GitHub Packages
- Adds dry-run capability for testing releases without publishing
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/release.yml |
Complete rewrite to use NX release tooling with three jobs: release, publish-npmjs, and publish-github-packages |
.github/workflows/publish.yml |
Removed standalone publish workflow (now integrated into release.yml) |
.github/workflows/test-publish.yml |
Removed dry-run testing workflow (dry-run now built into release.yml) |
nx.json |
Added version, git, and releaseTag configuration for NX release |
typescript/README.md |
Updated release process documentation to reflect new workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- project: sdk-core 0.1.1-pipeline-final-test.0
Change Summary
What does this PR change?
Introduce pipelines for lib publishing
Related Issue/Ticket:
ITSM-1219
Testing & Verification
How was this tested?
Risk Assessment
Risk Level:
Risks & Impact