How are Icon updates scheduled? #5369
-
I was curious to know, how adding/supporting new icons from Simpleicons.org are scheduled. I ask, because they now released new icons from which I would like to use one. But unfortunately does shields.io not yet display it when provided through the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Shields supports SimpleIcons via the simple-icons package. We primarily integrate dependency updates via Dependabot which runs weekly (on Fridays), and that includes the simple-icons package. There's almost always a deployment to the Shields.io production environment within a couple days after the Friday dependency bumps, though that's more a practice than any kind of guarantee. If Dependabot tells us there's a new version of simple-icons then we'll pull it in, regardless of how many new icons there may or may not be.
I've described the process for pulling in SimpleIcons changes above, and I don't imagine it'll be feasible to increase the frequency there. When users would like to get a sense of when Shields.io will support some new X icon from SimpleIcons that's not yet available on Shields.io, I'd suggest:
If those two are the same, then it's probably a matter of days til the updates are finished getting deployed to production. If they are not, then it will probably be a week or so and you can keep an eye out for the weekly Dependabot update PR like #5357 |
Beta Was this translation helpful? Give feedback.
Shields supports SimpleIcons via the simple-icons package. We primarily integrate dependency updates via Dependabot which runs weekly (on Fridays), and that includes the simple-icons package. There's almost always a deployment to the Shields.io production environment within a couple days after the Friday dependency bumps, though that's more a practice than any kind of guarantee.
If Dependabot tells us there's a new version of simple-icons then we'll pull it in, regardless of how many new icons there may or may not be.
I…