Skip to content

Commit

Permalink
fix: pin git-mkver gh-r test to v.1.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster committed May 1, 2023
1 parent 6e2fd83 commit a05cc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gh-r.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
$git_chglog --version; assert $state equals 0
}
@test 'git-mkver' { # Automatic Semantic Versioning for git based software development
run zinit for @idc101/git-mkver; assert $state equals 0
run zinit ver'v1.2.2' for @idc101/git-mkver; assert $state equals 0
local git_mkver="$ZBIN/git-mkver"; assert "$git_mkver" is_executable
# use git-mkver info because --version exits with 130?
$git_mkver info; assert $state equals 0
Expand Down

0 comments on commit a05cc1a

Please sign in to comment.