chore: update from upstream template#14
Merged
Merged
Conversation
Performed the following: - justfile (removed cargo-release recipes; added release-plz notes) - .github/workflows/release-plz.yml (new) - release-plz.toml (new; replaces release.toml) - RELEASE.md (new; referenced by the updated justfile) - release.toml (deleted, removed upstream) Did not bring over the following because of project-specific overrides: - scripts/cousins.json (local cousin entries from this branch are not yet merged upstream) - README.md (project-specific per sync policy) - Cargo.lock (project-specific per sync policy)
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.
Brings this branch up to date with the upstream template (https://github.com/sksizer/rust-template), pulling in the release-plz migration from upstream PR #13.
Performed the following:
justfile(removed cargo-release recipes; added release-plz notes).github/workflows/release-plz.yml(new)release-plz.toml(new; replacesrelease.toml)RELEASE.md(new; referenced by the updated justfile)release.toml(deleted, removed upstream)Did not bring over the following because of project-specific overrides:
scripts/cousins.json(this branch's cousin entries are not yet merged upstream; copying would revert them)README.md(project-specific per sync policy)Cargo.lock(project-specific per sync policy)Base is
feat/cousin-reposrather thanmainbecausemainalready contains these changes; targetingmainwould also drag this branch's unmerged commits into the diff.Verification: every brought-over file was copied byte-for-byte from a fresh clone of the template (
cmpconfirms identity),git diffafter copying matched the pre-copydiff -uoutput exactly, andjust full-checkpasses.