We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release-vX.Y.Z
master
Z == 0
release
Z > 0
git cherry-pick -x <commit>
go get github.com/ipfs/boxo@<commit_hash>
go mod tidy
docs/examples/kubo-as-a-library
version.json
vX.Y.Z
release-vX.Y.X
main
One todo we don't want to forget: this needs to change to v0.8.0:
boxo/cmd/boxo-migrate/boxomigrate.go
Line 71 in 5dee8e4
The text was updated successfully, but these errors were encountered:
Release PR: #257
Sorry, something went wrong.
guseggert
No branches or pull requests
release-vX.Y.Z
and push itmaster
as base ifZ == 0
release
as base ifZ > 0
release-vX.Y.Z
release-vX.Y.Z
intorelease
Z > 0
, then cherry-pick the necessary commits frommaster
intorelease-vX.Y.Z
usinggit cherry-pick -x <commit>
go get github.com/ipfs/boxo@<commit_hash>
using the commit hash of therelease-vX.Y.Z
branchgo mod tidy
in repo root and indocs/examples/kubo-as-a-library
release-vX.Y.Z
bumping the version inversion.json
tovX.Y.Z
release
, using "Create a Merge Commit", and do not delete therelease-vX.Y.X
branchrelease
intomain
One todo we don't want to forget: this needs to change to v0.8.0:
boxo/cmd/boxo-migrate/boxomigrate.go
Line 71 in 5dee8e4
The text was updated successfully, but these errors were encountered: