duckinator / bork

A Python build and release management tool.
https://bork.readthedocs.io
MIT License
12 stars 2 forks source link

Use multiple tags for Docker Hub releases #311

Closed duckinator closed 10 months ago

duckinator commented 1 year ago

Use multiple tags for each release:

  1. v$MAJOR.$MINOR.$PATCH (allow nothing to change; pin exact version)
  2. v$MAJOR.$MINOR (allow patch version to change; you get bug fixes)
  3. v$MAJOR (allow patch and minor version to change; you get bug fixes and new features, but [hopefully] no breaking changes)
duckinator commented 10 months ago

I'm not sure this is worth the effort unless there's actual demand. We can always revisit it in the future if anyone actively wants it.