Skip to content

Commit

Permalink
fix taskfile release version sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
noqqe committed Sep 8, 2023
1 parent ef33194 commit cbfbfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tasks:
release:
interactive: true
cmds:
- git tag | tail -5
- git tag | sort -t. -k 1,1n -k 2,2n -k 3,3n | tail -5
- read -p "Version v1.1.1 " version ; git tag $version
- git push --tags
- goreleaser release --clean
Expand Down

0 comments on commit cbfbfee

Please sign in to comment.