Skip to content

Commit cf386c8

Browse files
committed
Add "publish" command in Makefile
Signed-off-by: Thomas Druez <tdruez@nexb.com>
1 parent 9164413 commit cf386c8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ build: conf
6868

6969
publish:
7070
@echo "-> Add changes to git"
71-
git add *
72-
"Upgrade ScanCode-toolkit to latest version"
73-
71+
@git add .
72+
git commit -m "Upgrade ScanCode-toolkit to latest version"
73+
@echo "-> Push changes to main repo"
74+
@git push
7475

7576
.PHONY: conf clean isort black valid build publish

0 commit comments

Comments
 (0)