updux/contrib/check_changelog.fish

6 lines
94 B
Fish
Raw Permalink Normal View History

2025-02-01 17:29:41 +00:00
#!/usr/bin/env fish
if test -z "$NO_CHANGELOG"
git diff-ls main | grep .changeset/ ;
end