tomeichlersmith / denv

uniformly interact with containerized environments across runners
https://tomeichlersmith.github.io/denv/
GNU General Public License v3.0
8 stars 2 forks source link

add CI script for setting the version number #32

Closed tomeichlersmith closed 1 year ago

tomeichlersmith commented 1 year ago

Is your feature request related to a problem? Please describe. I don't like that I have to manually edit three files just to set the version number. I think a small shell script would be able to do it as well as add in a few more checks.

Describe the solution you'd like Something that can

./ci/set_version X.Y.Z

and change the code in the necessary places to change the version to X.Y.Z

Describe alternatives you've considered