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
sed -i 's/^bundle_url.*/bundle_url: https:\/\/cdn.jsdelivr.net\/npm\/@patternslib\/patternslib@$(PATTERNSLIB_VERSION)\/dist\/bundle.min.js/g' _config.yml
38
+
sed -i 's/^patternslib_version:.*/patternslib_version: $(PATTERNSLIB_VERSION)/g' _config.yml
39
+
@cat _config.yml
39
40
@echo # add a newline to output.
40
-
-@git commit _config-patternslib.yml -m"Update Patternslib to $(PATTERNSLIB_VERSION)"
41
+
-@git commit _config.yml -m"Update Patternslib to $(PATTERNSLIB_VERSION)"
0 commit comments