Crates release - #14
Open
spacebear21 wants to merge 2 commits into
Open
spacebear21 wants to merge 2 commits into
spacebear21 wants to merge 2 commits into
Conversation
Port the release tooling from rust-payjoin's contrib/release so both repositories follow the same trusted publishing process. The scripts are simplified for this repository's shape: a single crate at the repository root, released with bare <version> tags, a root CHANGELOG.md with ## [<version>] headings, and no committed lock files.
benalleng
force-pushed
the
crates-release
branch
from
September 16, 2026 12:36
7919bce to
c685095
Compare
Member
|
Even though we want #5 before release, this doesn't have to be blocked because a tag triggers a release, right? |
Collaborator
|
Yes, since the |
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.
Port the release tooling from rust-payjoin's contrib/release so both
repositories follow the same trusted publishing process.
The scripts are simplified for this repository's shape: a single
crate at the repository root, released with bare tags, a
root CHANGELOG.md with ## [] headings, and no committed
lock files.
Authored with Claude Fable