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
main
Z == 0
release
release-X.Y.Z-1
Z > 0
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
release-X.Y.Z-1
as base ifZ > 0
release-vX.Y.Z
release-vX.Y.Z
intorelease
main
Z > 0
, then cherry-pick the necessary commits frommain
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
release
main
, using "Create a Merge Commit", and do not delete therelease-vX.Y.X
branchvX.Y.Z
in the title and body[ ] Create a PR mergingrelease
intomain
[ ] Name it "Merge release vX.Y.Z"[ ] Wait for approval[ ] Merge it using "Create a Merge Commit", and do not delete therelease
branchmake mod_tidy
when updating the Kubo PRThe text was updated successfully, but these errors were encountered: