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

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.