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

feat: Add OpenAPI version support #136

Closed ixuz closed 3 months ago

ixuz commented 3 months ago

This PR just adds another updater type openapi.js for OpenAPI specification files.

ixuz commented 3 months ago

@TimothyJones Please have a look at this one. Cheers and thank you for maintaining this repo! :+1:

ixuz commented 3 months ago

@TimothyJones I've aligned this implementation to the YAML updater that already exists.

TimothyJones commented 3 months ago

Looks good to me - although, for some reason this change rewrites the whole README - is it possible to not do that?

ixuz commented 3 months ago

Looks good to me - although, for some reason this change rewrites the whole README - is it possible to not do that?

Fixed! I don't know what that happened. 😄

TimothyJones commented 3 months ago

Releasing as 12.4.0. Thanks again!