Use npm-package-versioner-action for version stamping - #119
Merged
Merged
Conversation
|
Preview build will be at |
Deploying micropython-microbit-v2-simulator with
|
| Latest commit: |
a179e2a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://763735a1.micropython-microbit-v2-simulator.pages.dev |
| Branch Preview URL: | https://feature-versioner-action.micropython-microbit-v2-simulator.pages.dev |
Contributor
Author
|
CI failure more likely to be environmental or something we don't pin than this change... investigating. |
Contributor
Author
|
Ubuntu image has moved from GCC 11 to 13 with new warnings (dangling-pointer). Probably fixed upstream but will suppress here for now as upgrading is likely involved. |
Replaces @microbit-foundation/circleci-npm-package-versioner, which the workflow installed via --no-save purely to run one script, with the equivalent GitHub Action.
microbit-matt-hillsdon
force-pushed
the
feature/versioner-action
branch
from
August 20, 2026 09:36
a179e2a to
5e8c176
Compare
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.
Replaces the versioner npm package with
microbit-foundation/npm-package-versioner-action,which does the same job as a step in the workflow.
Prerelease versions for non-tag builds change format slightly —
mainbecomes<base>-dev.<build>— while tag builds are unchanged, so published versions anddeployment paths for releases stay as they are.
Renovate picks the action up automatically via its github-actions manager; no
version comment is needed.
Prepared with Claude Code. Please review it rather than take it on trust.