Skip to content

Stop finding commits after already tagged commits

Yorick Peterse requested to merge dont-tag-older-commits into master

Stop finding commits after already tagged commits

When finding a commit to tag on an auto-deploy branch, we now stop processing the list of commits when we find a commit that is already tagged. This works by fetching the Release Tools auto-deploy tags (based on the auto-deploy branch dates), and then getting the deploy metadata for that tag.

See gitlab-com/gl-infra/delivery#1686 (closed) for more information.

Edited by Yorick Peterse

Merge request reports