Skip to content

chore: add option to publish the package without bumping version#9643

Merged
maribethb merged 1 commit intoRaspberryPiFoundation:mainfrom
maribethb:publish-from-package
Mar 19, 2026
Merged

chore: add option to publish the package without bumping version#9643
maribethb merged 1 commit intoRaspberryPiFoundation:mainfrom
maribethb:publish-from-package

Conversation

@maribethb
Copy link
Copy Markdown
Contributor

The basics

The details

Resolves

Fixes

Proposed Changes

  • Adds a workflow option to skip versioning step. This is used when committing a version bump has succeeded, but publishing hasn't. You can retry just publishing without bumping the version number again.
  • Adds a description to dry run param
  • Removes the npm install step after running npm version. Ostensibly it was to update the package-lock.json file with the new version number, but I verified that that is already done by npm version, and running npm install might update the versions of dependencies unnecessarily since we weren't using npm ci.
  • publish in verbose mode to hopefully figure out why publishing failed

Reason for Changes

Attempting to publish again

Test Coverage

Documentation

Additional Information

@maribethb maribethb requested a review from a team as a code owner March 19, 2026 17:24
@maribethb maribethb requested a review from BenHenning March 19, 2026 17:24
@github-actions github-actions bot added the PR: chore General chores (dependencies, typos, etc) label Mar 19, 2026
@maribethb maribethb requested a review from gonfunko March 19, 2026 17:24
@maribethb maribethb merged commit 48426dc into RaspberryPiFoundation:main Mar 19, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: chore General chores (dependencies, typos, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants