Skip to content

Commit e249210

Browse files
update Makefile
1 parent 5c8af01 commit e249210

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,14 @@ web2:
7474

7575
changelog:
7676
vi CHANGELOG
77+
@git add CHANGELOG
78+
@git commit -m "update CHANGELOG"
7779

78-
hgcommit:
79-
@hg commit
80-
@hg tag $(VERSION) -f
81-
@hg push
80+
gitversioncommit:
81+
@git tag $(VERSION)
82+
@git push
8283

83-
release: tox manifest doc changelog hgcommit register web2
84+
release: tox manifest doc changelog gitversioncommit register web2
8485

8586

8687
.PHONY: web web2 test

0 commit comments

Comments
 (0)