Closed jNullj closed 1 month ago
Warnings | |
---|---|
:warning: | This PR modified service code for aur but not its test code. That's okay so long as it's refactoring existing code. |
:warning: | This PR modified service code for conda but not its test code. That's okay so long as it's refactoring existing code. |
:warning: | This PR modified service code for wordpress but not its test code. That's okay so long as it's refactoring existing code. |
Messages | |
---|---|
:book: | :sparkles: Thanks for your contribution to Shields, @jNullj! |
Generated by :no_entry_sign: dangerJS against c19f8c128145289a0a99aa34bc3b5efe750fadf3
Docker cloud failed due to https://github.com/badges/shields/issues/10247, not related to this PR should not block merge Fix for archlinux test failure at https://github.com/badges/shields/pull/10616, not related to this PR should not block merge
This pull request refactors the codebase to use the
renderVersionBadge
function for rendering version badges. Refactored services are wordpress, conda and aur. The pull request also includes tests for all the new options. This change is part of the ongoing work to address issue #2026 - refactor all versions to userenderVersionBadge
And also helps archive user override for version prefix as mentioned in #10574new optoins for
renderVersionBadge
added in this PR are prefix and postfix for therenderVersionBadge
message.we need to run tests for all services that use
renderVersionBadge
as i changed the function.