agritheory / approvals

Customizable Approval Workflows
Other
4 stars 1 forks source link

ci: fix version numbering #30

Closed HKuz closed 2 months ago

HKuz commented 2 months ago

Quick fix to re-align the CHANGELOG and version in the codebase. I manually removed version-14's v1.1.0 tag/release and updated the latest release version number and tag so numbering should be fine ongoing. There was a "v14" tag added that didn't match the "vX.X.X" pattern Python Semantic Release looks for, which is likely what caused the numbering to reset to 1.1.0.

There was already an initial v15.0.0 release/tag on the version-15 branch, so that numbering looks to be incrementing correctly.