kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.47k stars 154 forks source link

Should we use v before the version number in tags? #159

Closed kennycallado closed 2 years ago

kennycallado commented 2 years ago

Hi!

I'm working on PR #102 and I was wondering if we should start using v before the version number when tag a version. It's almost an standard and could be one of the problem why PR #102 doesn't work.

Reference to semantic versioning: https://semver.org/#is-v123-a-semantic-version

I have checked different ways... https://github.com/kennycallado/joshuto-1/releases

kamiyaa commented 2 years ago

Yeah, switching to vx.y.z is fine with me

kamiyaa commented 2 years ago

Closing via https://github.com/kamiyaa/joshuto/pull/160 ?