6 lines
94 B
Fish
6 lines
94 B
Fish
|
#!/usr/bin/env fish
|
||
|
|
||
|
if test -z "$NO_CHANGELOG"
|
||
|
git diff-ls main | grep .changeset/ ;
|
||
|
end
|