fix(crate): always prefix with 'v' when creating prs, or releases #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/with-version-prefix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We don't want rust versions to include the 'v',
however, many languages and tools require it. As such we're choosing when to do it, in this case at the api layer.