-
Notifications
You must be signed in to change notification settings - Fork 141
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
Crates were not bumped in PR #1230 #1275
Comments
I would remove the semver check from ci and move it into a script that we run manually before creating a new release |
@GitGab19 feels we should catch semver deviations as soon as possible, and I tend to agree but it's also important to highlight that something is not working as expected we merged #1230 without CI blocks, and now we are getting this behavior ideally #1230 should have been blocked by this semver check |
Nack on running server checks manually. This will inevitably lead to broken
versions.
…On Sun, Dec 8, 2024, 4:38 PM plebhash ***@***.***> wrote:
I would remove the semver check from ci and move it into a script that we
run manually before creating a new release
@GitGab19 <https://github.com/GitGab19> feels we should catch semver
deviations as soon as possible, and I tend to agree
but it's also important to highlight that something is not working as
expected
we merged #1230 <#1230>
without CI blocks, and now we are getting this behavior
ideally #1230 <#1230>
should have been blocked by this semver check
—
Reply to this email directly, view it on GitHub
<#1275 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPLMPIIBBLVUUQ3AA3GWYD2EQ4SVAVCNFSM6AAAAABTGEHGGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRVG42TKOBVGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
this happened because our CI was using whatever was the latest release of the solution was #1276 where we are locking CI to always use |
todo: follow up to #1276 that locks this CI will have to run on rust stable |
PR #1230 changed some crates under
protocols
to beno_std
, without bumping their versions.Now this is creating some errors in the CI execution of
semver-checks
, such as here: https://github.com/stratum-mining/stratum/actions/runs/12211524808/job/34069218188?pr=1242.We need to bump versions of crates which were modified there to fix this and unblock all the docs PRs.
Specifically, we need to bump the major version number of:
serde_sv2
const_sv2
framing_sv2
The text was updated successfully, but these errors were encountered: