There was an error while loading. Please reload this page.
1 parent 9164413 commit cf386c8Copy full SHA for cf386c8
1 file changed
Makefile
@@ -68,8 +68,9 @@ build: conf
68
69
publish:
70
@echo "-> Add changes to git"
71
- git add *
72
- "Upgrade ScanCode-toolkit to latest version"
73
-
+ @git add .
+ git commit -m "Upgrade ScanCode-toolkit to latest version"
+ @echo "-> Push changes to main repo"
74
+ @git push
75
76
.PHONY: conf clean isort black valid build publish
0 commit comments