UpliftGames / wally

Wally is a modern package manager for Roblox projects inspired by Cargo
https://wally.run
Mozilla Public License 2.0
317 stars 102 forks source link

`wally publish --bump(major, minor, or patch)` command argument #159

Open ffrostfall opened 1 year ago

ffrostfall commented 1 year ago

Having to bump wally.toml version every update can lead to scenarios where you need to make an additional commit after publishing, solely to use the wally publish command. Mistakes can also be made, as basically any version string is allowed- for example, I believe the version "0.4.00" is valid.

Considering wally publish is a permanent command, I think it makes sense to add a wally publish --bump(major minor or patch) feature. Alongside being nice QoL, it also ensures semver compliance, which is a good thing.