fedora-infra / bodhi

Bodhi is a web-system that facilitates the process of publishing updates for a Fedora-based software distribution.
https://bodhi.fedoraproject.org
GNU General Public License v2.0
151 stars 189 forks source link

Changing versioning schema #5651

Open mattiaverga opened 2 months ago

mattiaverga commented 2 months ago

I don't think the current versioning schema <MAJVER>.<MINVER>.<BUGFIX> still makes sense, at least for bodhi-server, and I'd like to move to a <YEAR>.<MONTH>.<BUGFIX> schema.

I'd also like to find a way to avoid needlessly bumping releases for bodhi-client and bodhi-messages when no changes are made to those packages. However, having to deal with a monorepo, I don't exactly know what the best solution can be.

Thoughts?