cps-org / cps-config

A drop in replacement for pkg-config/pkgconf using cps files
MIT License
18 stars 8 forks source link

Use bumpversion to manage versions across build systems #89

Open lunacd opened 3 months ago

lunacd commented 3 months ago

Using a tool like bumpversion can keep this kind of special wiring logic to a minimum, but no need to hold up this PR on that. Someone can circle back to that in the future if it's interesting.

_Originally posted by @bretbrownjr in https://github.com/cps-org/cps-config/pull/82#discussion_r1653003079_

bretbrownjr commented 3 weeks ago

If we need to hardcode our version in multiple places, we could use CI time hooks to make sure we're consistent about it. bumpversion is one option, but I'm actually flexible on the specifics.