Checkout git tag specific code and deploy it
If possible there should be a feature that allow developer to checkout git tag specific code and deploy it, just like commit based and branch based deploment.
Example:
If I want to deploy code tagged with v1.0.1 created through github, then firebase apphosting should also provide an option to enter tag. So that, code associated with that tag checkout and deploy on apphosting link.
1
vote