Skip to main content

version_from_tag

Function version_from_tag 

Source
pub fn version_from_tag(tag: &str) -> Option<Version>
Expand description

Parse version from git tag.

Handles both “v1.2.3” and “1.2.3” formats.