freelawproject / doctor

A microservice for document conversion at scale
https://free.law/projects/doctor
BSD 2-Clause "Simplified" License
57 stars 15 forks source link

Changelog versions and releases to docker hub are untethered #152

Open mlissner opened 2 years ago

mlissner commented 2 years ago

I guess this is no surprise, but we need to do something to make our release notes match up with our releases to docker hub.

For example, a few days ago the changelog says we released version 0.3.0. That's cool, but we stopped tagging our docker builds that way and instead use git hashes now.

This doesn't affect us in prod because we just deploy the correct tag from docker when we deploy, BUT for anybody reading our release notes, this is not good, since they can't choose which version they want.

I guess we need to either: