You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib: /usr/bin/env sh -c 'for m in $(git diff main --name-only {[vars]lib_path}); do \
76
-
lib: if ! git diff $m | grep -q "+LIBPATCH\|+LIBAPI"; then \
77
-
lib: echo "You forgot to bump the version on $m!"; exit 1; \
78
-
lib: fi; done'
75
+
lib: /usr/bin/env sh -c 'for m in $(git diff main --name-only {[vars]lib_path}); do if ! git diff main $m | grep -q "+LIBPATCH\|+LIBAPI"; then echo "You forgot to bump the version on $m!"; exit 1; fi; done'
0 commit comments