mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Don't push all tags - just the new release one
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@ release-test: test push-test
|
||||
tag:
|
||||
git tag | grep "v$(VERSION)" && echo "Tag v$(VERSION) exists" && exit 1 || true
|
||||
git tag -s -m "Releasing $(VERSION)" v$(VERSION)
|
||||
git push --tags
|
||||
git push origin v$(VERSION)
|
||||
|
||||
push:
|
||||
python3 -m pip install --user --upgrade --quiet twine
|
||||
|
||||
Reference in New Issue
Block a user