If any of the version commands are run in a git repo, they would also create a version commit and tag. For inspiration, look at how [`npm version`](https://docs.npmjs.com/cli/version) works. I could see this either being enabled by default or enabled using a flag.
If any of the version commands are run in a git repo, they would also create a version commit and tag. For inspiration, look at how
npm versionworks.I could see this either being enabled by default or enabled using a flag.