Skip to content

Commit

Permalink
Using latest tag for git-cliff
Browse files Browse the repository at this point in the history
  • Loading branch information
Guney Saramali committed Jun 18, 2024
1 parent 6e6f292 commit 957a161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: git_cliff
with:
config: cliff.toml
args: latest..v${{ steps.auto_commit_action.outputs.commit_hash }} --tag v${{ steps.split_version.outputs.version }}
args: --latest --tag v${{ steps.split_version.outputs.version }}

- name: Create release tag
uses: rickstaa/action-create-tag@v1
Expand Down
2 changes: 1 addition & 1 deletion internal/constants/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package constants

const VERSION = "v1.0.1"
const VERSION = "v1.0.0"

0 comments on commit 957a161

Please sign in to comment.