EssentialGG / Vigilance

Configuration Utility using Elementa
GNU Lesser General Public License v3.0
54 stars 12 forks source link

Misc: Fix build reference badges #80

Closed DJtheRedstoner closed 11 months ago

DJtheRedstoner commented 11 months ago

Turns out we still used the badges.modcore.net service even though we didn't use any of its authenticated services. We are able to move to the public shields.io instance without any changes.

This also fixes pull request builds showing in the build reference by filtering for the version with the following XPath: /metadata/versioning/versions/version[not(contains(text(),'pull'))][last()]