Change daily release version patch to 0#6715
Conversation
penalosa
left a comment
There was a problem hiding this comment.
Thanks for this! For context, this was changed because we had a period in early March where the minor version of workerd was conflicting with already publishd versions, and so we wanted to keep daily publishes succeeding and not conflicting.
Merging this PR will improve performance by 14.6%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ⚡ | Encode_ASCII_256[TextEncoder][0/0/256] |
3.1 ms | 2.7 ms | +14.6% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing DaniFoldi:fix-release-patch-version (551590c) with main (ac31559)
Footnotes
-
129 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
I noticed that lately the automatically released versions of workerd and workers-types end with
.1. I found that 586925d introducedworkerd/.github/workflows/release.yml
Lines 33 to 37 in e612e24
and I believe the
&& '0'->&& '1'changes weren't intentional. cc @penalosa as the author of the daily versioning script, apologies if I missed something that makes it necessary.