absolute-version / commit-and-tag-version

Fork of the excellent standard-version. Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org :trophy:
ISC License
360 stars 33 forks source link

fix: Raise the 'openapi'-updater to a higher order of precedence above the 'yaml'-updater #143

Closed ixuz closed 3 months ago

ixuz commented 3 months ago

The problem

This PR addresses the issue where openapi.yaml files are incorrectly bumped with the "yaml"-updater instead of the "openapi"-updater.

The fix

The fix applied here is to raise the "openapi"-updater to have a higher order of precedence than the "yaml"-updater.

ixuz commented 3 months ago

Please review this PR @TimothyJones 😃

ixuz commented 3 months ago

Slight nudge as it may have gone unnoticed @TimothyJones

TimothyJones commented 3 months ago

Thanks for the bump and the PR!

TimothyJones commented 3 months ago

Releasing as 12.4.1