counsyl / stor

A cross-compatible CLI and Python API for accessing block and object storage
https://counsyl.github.io/stor/
Other
35 stars 12 forks source link

Fix version generation and tag creation. #135

Closed pkaleta closed 4 years ago

pkaleta commented 4 years ago

@jtratner

With this in place, we get:

➜  stor (fix-tagging) ✗ make version
4.0.0

and

➜  stor (master) ✗ make tag
echo "Tagging version as 4.0.0"
Tagging version as 4.0.0
git tag -a 4.0.0 -m "Version 4.0.0"
# We won't push changes or tags here allowing the pipeline to do that, so we don't accidentally do that locally.