chore: standardize npm release workflow#111
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a version synchronization and checking utility via a new Node.js script (scripts/version-sync.mjs), a VERSION file, and corresponding npm scripts in package.json. Feedback on the changes suggests improving the execution flow in the script's main function by validating the command argument before attempting to parse and validate the version, which ensures that usage instructions are shown immediately on invalid input.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 26f597bc51
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
26f597b to
61d7ae5
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 61d7ae5f8c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
61d7ae5 to
3acdb38
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3acdb38f90
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
3acdb38 to
09bbbe9
Compare
Summary
VERSIONas the release source for@stll/stdnumstella/.githubversion:check/version:syncand a CI version-sync guard soVERSIONandpackage.jsoncannot driftMerging this PR is expected to trigger the release workflow for
2.0.0; that version is not currently present on npm, has no git tag, and has no GitHub release.Validation
node scripts/version-sync.mjs checkactionlint .github/workflows/ci.yml .github/workflows/release.ymlgit diff --checkCC on behalf of @jan-kubica