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 87e672d commit 68ee204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: git_cliff
with:
config: cliff.toml
args: --latest --tag ${{ github.ref }}
args: --latest --tag ${{ github.ref_name }}

- name: Create Release
id: create_release
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ require (
retract (
v1.0.0 // Testing github actions
v1.0.1 // Testing github actions
v1.0.2 // Testing github actions
)

0 comments on commit 68ee204

Please sign in to comment.