Is your feature request related to a problem?
When I clone the template-formula to a new one and run the bin/convert-formula.sh I have the tags related to template-formula locally.
Describe the solution you'd like
I clean the tags with the following command:
git tag -l | xargs git tag -d
Describe alternatives you've considered
Additional context