Skip to content

Commit

Permalink
test: Testing auto changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Guney Saramali committed Jun 18, 2024
1 parent c3ea62d commit 7f00525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: git_cliff
with:
config: cliff.toml
args: --latest
args: -vv --latest --strip header
env:
GITHUB_REPO: ${{ github.repository }}

Expand Down Expand Up @@ -83,4 +83,3 @@ jobs:
tag: "latest"
tag_exists_error: false
force_push_tag: true
github_token: ${{ secrets.PAT }}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ retract (
v1.0.5 // Testing github actions
v1.0.6 // Testing github actions
v1.0.7 // Testing github actions
v1.0.8 // Testing github actions
v1.0.9 // Testing github actions
)

0 comments on commit 7f00525

Please sign in to comment.