chore(release): sync versions to 0.8.31 [skip release] - #2745
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Contributor
There was a problem hiding this comment.
Sorry @github-actions[bot], you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR performs a version sync for the 0.8.31 release by bumping the Rust workspace/package version, regenerating Cargo.lock entries accordingly, updating the Homebrew formula to point at the new tag, and (outside the shown diff) moving the latest changelog entries from the Unreleased section to a new 0.8.31 section. Flow diagram for automated 0.8.31 release version syncflowchart TD
auto_tag_yml["auto-tag.yml workflow"] --> changelog_md["CHANGELOG.md: move Unreleased to 0.8.31"]
auto_tag_yml --> cargo_toml["Cargo.toml: workspace.package.version = 0.8.31"]
auto_tag_yml --> cargo_lock["Cargo.lock: regenerate workspace-member entries for 0.8.31"]
auto_tag_yml --> stella_rb["packaging/homebrew/stella.rb: url tag v0.8.31, version 0.8.31"]
auto_tag_yml --> ci_checks["CI checks on release-sync branch"]
ci_checks --> merge_main["Auto-merge to main when green"]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Automated write-back from auto-tag.yml: v0.8.31 was just released, and this PR records that version everywhere the sources carry one —
[workspace.package].versioninCargo.toml(inherited by every crate)Cargo.lockpackaging/homebrew/stella.rb(build-from-source formula)CHANGELOG.md— whatever was under[Unreleased]now sits under[0.8.31]The workflow dispatches the required
cichecks onto this branch and merges once they're green (past GitHub's phantomaction_requiredcheck suite for this GITHUB_TOKEN-authored PR — see #275); no action is needed unless the dispatched run fails.Summary by Sourcery
Bump project version metadata to 0.8.31 across the Rust workspace and Homebrew packaging.
Build:
Chores: