Skip to content

Commit f47b485

Browse files
committed
Remove licenses generation CI step
Signed-off-by: Oluwole Fadeyi <16049411+tfadeyi@users.noreply.github.com>
1 parent 7660ae9 commit f47b485

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
go-version: 1.19.x
3333
cache: true
3434

35-
- name: Licenses
36-
run: make licenses
35+
# - name: Licenses
36+
# run: make licenses
3737

3838
- name: Login to ghcr.io
3939
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a

RELEASE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Prometheus Exporter Release Process
2+
3+
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

Comments
 (0)