We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a590066 commit 8870977Copy full SHA for 8870977
Makefile
@@ -24,5 +24,5 @@ push-latest:
24
release: build test tag-latest push push-latest
25
26
git-tag-version: release
27
- git tag -a v$(VERSION) -m "v$(VERSION)"
28
- git push origin v$(VERSION)
+ git tag -a jessie-v$(VERSION) -m "jessie-v$(VERSION)"
+ git push origin jessie-v$(VERSION)
0 commit comments