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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
release-vX.Y.Z
main
Z == 0
release-X.Y.Z-1
Z > 0
master
git cherry-pick -x <commit>
go get github.com/ipfs/boxo@<commit_hash>
make mod_tidy
go mod tidy
version.json
vX.Y.Z
release-vX.Y.X
The text was updated successfully, but these errors were encountered:
Completed
Sorry, something went wrong.
No branches or pull requests
release-vX.Y.Z
and push itmain
as base ifZ == 0
release-X.Y.Z-1
as base ifZ > 0
release-vX.Y.Z
release-vX.Y.Z
intomain
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
branchmake mod_tidy
in repo root (to applygo mod tidy
to code, tests, and examples)release-vX.Y.Z
bumping the version inversion.json
tovX.Y.Z
main
, using "Create a Merge Commit", and do not delete therelease-vX.Y.X
branchvX.Y.Z
in the title and bodyThe text was updated successfully, but these errors were encountered: