You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repo uses [goreleaser](https://goreleaser.com/) and [ko](https://ko.build/) to release the different artifacts.
4
+
To make a new release just create a new git tag, this will trigger a new Github action release [workflow](https://github.com/tfadeyi/sloth-simple-comments/blob/main/.github/workflows/release.yml).
5
+
6
+
```shell
7
+
git tag -a v0.1.0 -m "First release"
8
+
git push origin v0.1.0
9
+
```
10
+
11
+
> ⚠️ Remember to update the Helm Chart and OpenAPI specification.
0 commit comments