rust-vmm / community

rust-vmm community content
477 stars 26 forks source link

docs: avoid suggesting to push all tags #151

Closed stefano-garzarella closed 10 months ago

stefano-garzarella commented 10 months ago

git push --tags ... pushes all refs under refs/tags. So even local development tags could be pushed by mistake. Let's avoid this by suggesting to push only the newly created tag.

stefano-garzarella commented 9 months ago

I personally always create the tags using the GitHub UI, maybe we can add that to the instructions, too?

Yep, that could be good to add!