Skip to content

Commit d12e1ba

Browse files
committed
Upgrade goreleaser / Bump version to 0.30.1-alpha
1 parent aae25ab commit d12e1ba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Tag docker image
2525
run: docker tag yace ghcr.io/nerdswords/yet-another-cloudwatch-exporter:${{ github.event.release.tag_name }}
2626
- name: Build && release binaries
27-
uses: docker://goreleaser/goreleaser:v0.120.3
27+
uses: docker://goreleaser/goreleaser:v0.179.0
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
with:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.30.1-alpha
2+
* *SECURITY* Upgrade golang version to 1.17.1 via goreleaser
3+
14
# 0.30.0-alpha
25
* *BREAKING* Introduce new version field to config file (jylitalo)
36
```

0 commit comments

Comments
 (0)