clear target versions in here for now

This commit is contained in:
Jeff Carr 2025-01-19 11:51:35 -06:00
parent 7285a7a8fb
commit 4c38b052fd
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ func straightCheckDirty() int {
func doCheckDirty(repo *gitpb.Repo) error {
repo.CheckDirty()
// reset these in here for now
if repo.GetTargetVersion() != "" {
repo.TargetVersion = ""
}
return nil
}