Skip to content

Commit e413513

Browse files
authored
Merge pull request #97 from Charliekenney23/update-release-doc
Add release workflow documentation
2 parents 31d6f52 + 5f77b8a commit e413513

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Tips for a faster merge:
3434
* make sure your commits are atomic, [addressing one change per commit](https://chris.beams.io/posts/git-commit/).
3535
* add tests!
3636

37+
## Cutting Releases
38+
39+
Everytime a commit is merged into master, a new patch release is [automatically drafted](https://github.com/linode/linode-cloud-controller-manager/actions/workflows/release-drafter.yml) with a changelog. You can modify (tag name, changelog, title, etc.) and publish the release via the [releases page](https://github.com/linode/linode-cloud-controller-manager/releases).
40+
41+
When a release is published, the [release workflow](https://github.com/linode/linode-cloud-controller-manager/actions/workflows/docker-hub.yml) builds and pushes the docker image to Dockerhub.
42+
3743
## Code of Conduct
3844

3945
This project follows the [Linode Community Code of Conduct](https://www.linode.com/community/questions/conduct).

0 commit comments

Comments
 (0)