Skip to content

Update npm install command to use exact version#1497

Merged
ritzorama merged 1 commit intomasterfrom
hortison-patch-1
May 6, 2026
Merged

Update npm install command to use exact version#1497
ritzorama merged 1 commit intomasterfrom
hortison-patch-1

Conversation

@hortison
Copy link
Copy Markdown
Contributor

@hortison hortison commented May 6, 2026

Notes for Reviewers

This PR fixes #

Signed commits

  • Yes, I signed my commits.

Signed-off-by: James <160366376+hortison@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 6, 2026 18:54
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@github-actions github-actions Bot added the area/ci Continuous integration | Build and release label May 6, 2026
Copy link
Copy Markdown
Contributor

@ritzorama ritzorama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@ritzorama ritzorama merged commit 05af995 into master May 6, 2026
7 checks passed
@ritzorama ritzorama deleted the hortison-patch-1 branch May 6, 2026 18:54
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 updates the dependent-repo bump automation to install @sistent/sistent at the resolved release version (rather than a compatible ^ range) when creating update PRs for Meshery-related repositories.

Changes:

  • Switch npm install @sistent/sistent@^${RELEASE_VERSION} to npm install @sistent/sistent@${RELEASE_VERSION} across the dependent bump jobs.
  • Adjust the branch-name semver detection regex used to infer release_version for workflow_run triggers (currently introduces an anchoring regression).

if [ -z "$release_version" ]; then
candidate="$WORKFLOW_HEAD_BRANCH"
if [[ "$candidate" =~ ^v?[0-9]+\.[0-9]+\.[0-9]+ ]]; then
if [[ "$candidate" =~ v?[0-9]+\.[0-9]+\.[0-9]+ ]]; then
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci Continuous integration | Build and release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants