Merged
Conversation
(cherry picked from commit cbf5fda)
BigLep
added a commit
that referenced
this pull request
Jul 6, 2022
These updates are based on items from #9092
Contributor
|
We are improving the template in #9095 based on this release. |
hacdias
pushed a commit
to ipfs/boxo
that referenced
this pull request
Jan 27, 2023
Release v0.13.1 This commit was moved from ipfs/kubo@8ffc7a8
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.
Patch Release Checklist
This process handles patch releases from version
vX.Y.ZtovX.Y.Z+1assuming thatvX.Y.Zis 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) fromreleaseand cherry-pick the relevant commits from master (or custom fixes) onto this branchgit cherry-pick -xso that the commit message says(cherry picked from commit ...)docs: update changelog vX.Y.Z+1version.gohas been updated (in therelease-vX.Y.Z+1branch), as its own commit.release-vX.Y.Z+1into the release branchreleasebranch 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)releasebranch back intomaster, ignoring the changes toversion.go(keep the-devversion from master).