Skip to content

avoid Git trying to push tags to the AUR

Caleb Maclennan requested to merge alerque/devtools:no-follow-tags into master

If users have enabled push.followTags in their Git config then dropping packages to the AUR spews errors because all the release tags from official repos are rejected by AUR repos.

Merge request reports