🐛 Bug: Git tags should be cleared after creating a new repository #926
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Expected
When a new repository is created (
--mode create
), it should have no Git tags to start.Actual
...instead, they have the full list of git tags from this
JoshuaKGoldberg/create-typescript-app
repo 😂. Example from https://github.com/JoshuaKGoldberg/release-it-action:Additional Info
Tags are auto-created by https://github.com/release-it/release-it during publishing (
.github/workflows/release.yml
). So it's good that a repo can create them. But they shouldn't be copied from the template to a new repository.https://stackoverflow.com/questions/19542301/delete-all-tags-from-a-git-repository
The text was updated successfully, but these errors were encountered: