DEV Community

Discussion on: Automate semantic versioning in git

Collapse
 
franiglesias profile image
Fran Iglesias

Thank you for the suggestions, Patrik,

The over-confirmation issue ;-) comes from the fact that currently I cannot be certain about what kind/format of tag the tool will retrieve from git describe, so I decided to ask before proceed. I think improving the tag detection from the beginning will help.

The idea of a --push or --force option is something I was starting to think about.

Well, this is a pet project of mine to learn something about shell scripting and git, so all suggestions are more than welcome. :-)

Collapse
 
pkristiancz profile image
Patrik Kristian

I personally love git and bash, and making tool for that is something, what i highly support. I think, once it is done, it will be nice package to have. I think, when you are your own user, project is good to go.

If you will be interested, it will be nice to "exchange" improve our bash-git repos. :)
If you want, please look at my mishell.sh, send PR, open issue, whatever. :)

Happy bashing! :)

Thread Thread
 
franiglesias profile image
Fran Iglesias

Sure, I'll do. :-)