Skip to content

Commit 8870977

Browse files
committed
add jessie version tag
1 parent a590066 commit 8870977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ push-latest:
2424
release: build test tag-latest push push-latest
2525

2626
git-tag-version: release
27-
git tag -a v$(VERSION) -m "v$(VERSION)"
28-
git push origin v$(VERSION)
27+
git tag -a jessie-v$(VERSION) -m "jessie-v$(VERSION)"
28+
git push origin jessie-v$(VERSION)

0 commit comments

Comments
 (0)