cider icon indicating copy to clipboard operation
cider copied to clipboard

[feature] Version commit & tag support

Open chimon2000 opened this issue 4 years ago • 1 comments

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 works.

I could see this either being enabled by default or enabled using a flag.

chimon2000 avatar Aug 10 '20 19:08 chimon2000

That would create tight coupling to git. I would prefer to avoid it. To make a tag, one can do git tag $(cider version)

f3ath avatar Aug 11 '20 00:08 f3ath