jodevsa/wireguard-operator

Next Release ๐ŸŽ‰

Matthew-Beckett opened this issue ยท 1 comments

With the merge of the following pull requests:

#36
#37

And the resolution of:

#45

A new release should be created, probably version 1.1.0

Hi @Matthew-Beckett,

Releases are now automated. A release workflow will run and create a release whenever you merged something to main. k8s Release file is also attached to the release assets. example: https://github.com/jodevsa/wireguard-operator/releases/tag/v1.2.0 (check the assets.

We should start using https://www.conventionalcommits.org/en/v1.0.0/ so that the semantic-release tool we are using in the release pipeline is able to understand if the commit should result in a major/minor/patch upgrade https://semantic-release.gitbook.io/semantic-release/