shields
shields copied to clipboard
New option to hide the [assetname] in the badge "Value" part for "GitHub release (latest by date and asset)"
Currently it's possible to override the label of the badge "GitHub release (latest by date and asset)", but the Value part always shows the asset name between brackets [ ].
Example:
I need this badge with just the "download count" in the "value" part, not with the [asset name] at all.
Desired outcome is like this: ![]()
Suggestion: A new option can be introduced => hideAssetName. Its value can be set to 1 or can be used without a value at all.
If hideAssetName is provided but with a value other than 1, then this option should be ignored, which corresponds to the current behavior, and this would maintain backward compatibility.
I also would love to have this option