Skip to content

Commit 681fb62

Browse files
committed
ci: add auto changelog generation on release
1 parent 99ed9c7 commit 681fb62

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: stable
18+
go-version: '1.23.7'
1919
- run: go mod tidy
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v7
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-image
1+
name: release
22

33
on:
44
push:
@@ -48,3 +48,8 @@ jobs:
4848
ghcr.io/${{ env.REPO_NAME }}:${{ env.MAJOR }}.${{ env.MINOR }}
4949
ghcr.io/${{ env.REPO_NAME }}:${{ env.MAJOR }}
5050
ghcr.io/${{ env.REPO_NAME }}:latest
51+
52+
- name: Release Changelog Builder
53+
uses: mikepenz/release-changelog-builder-action@v5
54+
with:
55+
token : ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)