sigs.k8s.io/cluster-api/bootstrap/kubeadm@v0.0.0-20191016155141-23a891785b60/docs/release.md (about)

     1  # How to release this project
     2  
     3  0. Make sure the manger image patch is pointed to the image tag you will be releasing.
     4      0. If it is not, update it and open a PR. This is the commit you will use to release.
     5  1. `git pull` to get the latest merge commit.
     6  1. Tag the merge commit.
     7  1. Push the tag.
     8  2. GithubActions take over from here.
     9  3. Update the release notes.
    10  4. Send notifications to relevant slack channels and mailing lists.
    11  
    12  ## Expected artifacts
    13  
    14  1. A release with no binaries.
    15  2. A container image pushed to the staging bucket tagged with the released version.