chore: Improve release trigger handling - #2251
davidkna-sap wants to merge 2 commits into
Conversation
SummaryThe following content is AI-generated and provides a summary of the pull request: Chore: Improve Release Trigger HandlingContextReplaces #2148. What this PR does and why it is neededThis PR refactors the release workflows by taking advantage of GitHub's support for multiple trusted publishing configurations for npm. This eliminates the need for a single entry-point Key changes:
PR Bot InformationVersion:
|
davidkna-sap
left a comment
There was a problem hiding this comment.
This still requires changes to repo + npm.
Context
Replaces #2148.
We no longer need a single entry workflow for canary releases and can use different envs for canary and stable releases: https://github.blog/changelog/2026-09-03-multiple-trusted-publishing-configurations-for-npm/
What this PR does and why it is needed