MAINTAINERS_GUIDE.md
See https://github.com/containerd/project/blob/main/GOVERNANCE.md
Eligibility to be a release manager:
MAINTAINERShttps://github.com/USERNAME.gpgRelease steps:
go.mod for Go dependencies (usually Dependabot automatically updates them).
Update Dockerfile and relevant files under Dockerfile.d for nerdctl-full dependencies.git tag --sign vX.Y.Z-beta.W .git push UPSTREAM vX.Y.Z-beta.W .Release action on GitHub Actions to complete. A draft release will appear in https://github.com/containerd/nerdctl/releases .SHA256SUMS from the draft release, and confirm that it corresponds to the hashes printed in the build logs on the Release action.SHA256SUMS with gpg --detach-sign -a SHA256SUMS to produce SHA256SUMS.asc, and upload it to the draft release.Release manager: [ADD YOUR NAME HERE] (@[ADD YOUR GITHUB ID HERE]) line with your name.
e.g., Release manager: Akihiro Suda (@AkihiroSuda) .Set as a pre-release checkbox if this release is a beta (or alpha, RC).Publish release button.