Added git-cliff configuration and script
This commit is contained in:
parent
742c221a20
commit
c69d7b7076
2 changed files with 90 additions and 0 deletions
10
cliff.fish
Executable file
10
cliff.fish
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set scriptname (basename (status -f))
|
||||
|
||||
if test (count $argv) -eq 1
|
||||
git cliff --unreleased --tag "$argv"
|
||||
else
|
||||
echo "Usage: $scriptname <tag>"
|
||||
exit 2
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue