chore: prepare release v0.14.0-alpha.1#1743
Merged
Conversation
Pin protocol dependencies to published crate versions and update all workspace crate versions to =0.14.0-alpha.1. https://claude.ai/code/session_017j1F8cwRXFnWyjzzwN9d4k
Use github.event.release.target_commitish to dynamically determine which branch to checkout and verify against, instead of hardcoding main. This enables releasing alpha versions from the next branch. https://claude.ai/code/session_017j1F8cwRXFnWyjzzwN9d4k
dc28c6c to
e9ceef3
Compare
Mirko-von-Leipzig
approved these changes
Mar 4, 2026
.github/workflows/publish-main.yml
Outdated
Comment on lines
+25
to
+26
| # checked out. | ||
| - name: Verify release was triggered from release branch HEAD |
Collaborator
There was a problem hiding this comment.
Isn't this always true now? The check can probably just be yanked?
Contributor
Author
There was a problem hiding this comment.
it was not strictly always true (e.g. when the release was triggered from a branch, but then a new commit was pushed to that branch before this step run).
However, while at it, I figured out that this was probably overcomplicating things too much overall. I changed the workflow to always check out the tag that the release came from (disregarding commit SHAs and branch names altogether). I think this is cleaner overall, WDYT @Mirko-von-Leipzig?
I also brought in the MSVR script which was only on main
Contributor
Author
There was a problem hiding this comment.
We can always iterate on this if needed
juan518munoz
approved these changes
Mar 4, 2026
Co-authored-by: Mirko <48352201+Mirko-von-Leipzig@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.14.0-alpha.1main(in particular, after merging this tonext, we'll branch off to a newrelease/v0.14.0-alphafrom which the alpha release will be triggeredStorageMapEntry(&StorageMapKeyHash) wrapper aroundWord, which required a few changes to migrate to that new interface