publish-to-git icon indicating copy to clipboard operation
publish-to-git copied to clipboard

Publish multiple tags

Open Treora opened this issue 5 years ago • 1 comments

It would be great to be able to publish for multiple branches at once, to avoid double work like this:

"postpublish": "publish-to-git && publish-to-git --force --tag latest"

Note the goal of this example could also be achieved if one could publish both a tag and a branch (issue #5).

Treora avatar Mar 17 '20 00:03 Treora

Note I implemented this in https://github.com/Treora/publish-to-git/tree/multitag (diff), but it would have to be rebased and revised if #9 is merged.

Treora avatar Apr 23 '20 14:04 Treora