Conversation
Generalise the release-check logic into a publishable shared-modules package so other repositories can compare git releases against Jira versions and release notes. Include the publish workflow, package wiring, and the comms-mgr clinical review checks in the packaged CLI output. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
m-houston
marked this pull request as draft
September 22, 2026 16:31
Align the published package name with the NHS Notify naming convention by switching the package metadata, workflow filters, and documentation to @nhsdigital/nhs-notify-release-check. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Extend the packaged release-check CLI so it can compare multiple git release tags against multiple Jira release versions in one run. Support comma-separated selectors, glob-style wildcards, aggregated release-note lookups, de-duplicated commit and issue sets, and reporting that explains the selected release scope. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Skip the missing clinical lead and safety category checks for Jira issues whose issue type is Bug, while keeping the rest of the release comparison logic unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This branch has not been deployed
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
@nhsdigital/nhs-notify-release-checkpackage undertools/release-check*/?wildcard matching for git tags and Jira version namesWhy
Validation
cd tools/release-check && npm run test:unit -- --runInBandcd tools/release-check && npm run typecheckcd tools/release-check && npm run lintcd tools/release-check && npm run buildcd tools/release-check && node dist/cli.js --repo ../../../nhs-notify-client-config --git-tag 0.1.0 --jira-version 71260cd tools/release-check && npm pack(verifies package name/tarball metadata)