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.
Patch Release Checklist
This process handles patch releases from version
vX.Y.Z
tovX.Y.Z+1
assuming thatvX.Y.Z
is the latest released version of go-ipfs.Get temporary permissions to force-push torelease-*
branches (@guseggert is this needed, doesn't seem like it. I think this was just for last time)release-vX.Y.Z
) fromrelease
and cherry-pick the relevant commits from master (or custom fixes) onto this branchgit cherry-pick -x
so that the commit message says(cherry picked from commit ...)
docs: update changelog vX.Y.Z+1
version.go
has been updated (in therelease-vX.Y.Z+1
branch), as its own commit.release-vX.Y.Z+1
into the release branchrelease
branch withvX.Y.Z+1
(ensure the tag is signed)Ask the infra team to update the DNSLink record for dist.ipfs.io to point to the new distribution.Not necessary, taken care of by CI after merging into master (https://github.com/ipfs/distributions/blob/6e06450dcf68d9749bb7d7092135a16e8271d276/.github/workflows/main.yml#L154)release
branch back intomaster
, ignoring the changes toversion.go
(keep the-dev
version from master).