-
-
Notifications
You must be signed in to change notification settings - Fork 715
fix(build): bump package version in apps/oxlint in pre-release workflow
#13895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(build): bump package version in apps/oxlint in pre-release workflow
#13895
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
The version field is used by NAPI build. Bring it up to date. #13895 updates the pre-release workflow so it's kept in sync in future.
902ddb2 to
dd3843f
Compare
91e50b8 to
fa421cf
Compare
|
@camc314 Are you familiar with the release workflows? I've requested Boshen's review, because my assumption was he's the only one who understands this side of things well. But maybe I'm wrong and you do too. If so, we could merge this. |
|
ish? lets try running the workflow > https://github.com/oxc-project/oxc/actions/runs/17835050852 |
fa421cf to
4248ed8
Compare
CodSpeed Instrumentation Performance ReportMerging #13895 will not alter performanceComparing Summary
Footnotes
|
|
Fixed now. I ran the pre-release workflows on this PR's branch for The resulting PRs: #13920, #13921, #13922. All looks correct. The bindings files in Only problems are:
|
|
Have tested it and it works, so merging. |
Merge activity
|
…flow (#13895) Package version is used by NAPI-RS in the bindings file it generates. Adapt the pre-release workflow to run NAPI-RS build when creating a release PR, so that the version number in bindings files matches the new version number. This change covers all NAPI packages in `crates` pre-release workflow, and also `oxlint` in its pre-release workflow.
4248ed8 to
807dbb3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Package version is used by NAPI-RS in the bindings file it generates.
Adapt the pre-release workflow to run NAPI-RS build when creating a release PR, so that the version number in bindings files matches the new version number.
This change covers all NAPI packages in
cratespre-release workflow, and alsooxlintin its pre-release workflow.