tag the generated image with the git short commit hash
optionally (--release) tag with release tags
optionally (--push) push to release location.
Moved version info into its own file (src/dunes/version.py).
Added a hidden --short-version flag to report JUST the version info (e.g. 1.1.0).
A test was added to ensure either the short hash commit image is being used OR - if this was NOT built from a git repo - that the version image is being used.
bootstrap.sh
was updated to:--release
) tag with release tags--push
) push to release location.--short-version
flag to report JUST the version info (e.g.1.1.0
).