We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365cec3 commit c5202c2Copy full SHA for c5202c2
.github/workflows/release.yml
@@ -117,6 +117,6 @@ jobs:
117
ghcr.io/${{ env.REPO_NAME }}:latest
118
119
- name: Release Changelog Builder
120
- uses: mikepenz/release-changelog-builder-action@v5
+ uses: mikepenz/release-changelog-builder-action@v6
121
with:
122
token: ${{ secrets.GITHUB_TOKEN }}
go.mod
@@ -7,7 +7,7 @@ require (
7
github.com/go-git/go-git/v5 v5.16.3
8
github.com/hashicorp/go-retryablehttp v0.7.8
9
github.com/spf13/cobra v1.10.1
10
- gitlab.com/gitlab-org/api/client-go v0.157.0
+ gitlab.com/gitlab-org/api/client-go v0.157.1
11
go.uber.org/zap v1.27.0
12
)
13
0 commit comments