feat(release): Multiple Registry Releases (GitHub Packages, npm), Release dry-run Workflow, tag support in batch-close#166
Merged
jasdeepkhalsa merged 2 commits intomasterfrom Apr 3, 2026
Conversation
…-run workflow, tag support in batch-close - release.yml: split publish into github-release + publish-npm jobs; GitHub Release runs first independently of npm. publish-npm uses continue-on-error per package to handle npm tombstone (E409). Added GitHub Packages (npm.pkg.github.com) as secondary registry. Windows SPC build uses --without-micro-ext-test (pgsql sanity check). - release-dry-run.yml: new manual workflow — full 7-platform binary build matrix, npm pack/publish --dry-run for all 9 packages, registry health check for tombstones, sticky PR comment output. - README.md + packages/@dbdiff/cli/README.md: GitHub Packages install instructions added. - scripts/manage_prs.sh: add `tag` type — applies labels and posts a comment via gh issue edit/comment without closing the issue. - scripts/batch-close-template.txt: document new `tag` type.
|
tag support in batch-close
tag support in batch-closetag support in batch-close
tag support in batch-closetag support in batch-close
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
Details
tagtype — applies labels and posts a comment via gh issue edit/comment without closing the issue.tagtype.