chore(workspace): migrate release automation from semantic-release to release-please#86
Open
santi698 wants to merge 1 commit into
Open
chore(workspace): migrate release automation from semantic-release to release-please#86santi698 wants to merge 1 commit into
santi698 wants to merge 1 commit into
Conversation
mk0x9
approved these changes
Jul 8, 2026
… release-please Replace per-package semantic-release with release-please for the SDK and CLI packages, using independent versioning with separate release PRs per package. Link the CLI's dependency on the SDK via the node-workspace plugin so an SDK release opens a review-able CLI PR bumping its dependency range. Refs: TSSDK-64
a1356d8 to
1d4b695
Compare
mk0x9
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces per-package
semantic-releasewithrelease-pleasefor the SDK and CLI packages.@aignostics/sdkdependency changed from*to^3.6.1and is now cascaded via thenode-workspaceplugin — an SDK release opens a review-able CLI PR bumping the range (no silent breaking changes)main, then re-runs the full existing test/check-generated/build-docs/Ketryx gate (viaworkflow_callintoci-cd.yml) before publishing to npmrelease-please-config.json/.release-please-manifest.jsonbootstrapped from last-released versions (3.6.1 for both packages)semantic-release/@semantic-release/*/conventional-changelog-conventionalcommitsand each package's.releaserc.jsonATTRIBUTIONS.mdregeneratedNotes for reviewer
GITHUB_TOKEN(repo has "Allow GitHub Actions to create and approve pull requests" enabled)mainafter this merges will trigger release-please to open its first release PRs forsdkandcliRefs: TSSDK-64