APIDevTools / json-schema-ref-parser

Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers
https://apitools.dev/json-schema-ref-parser
MIT License
942 stars 226 forks source link

Stage changes to release v9.1.2 #302

Closed jcmosc closed 1 year ago

jcmosc commented 1 year ago

This PR will configure semantic-release to release a patch version v9.1.2 off the v9 branch, which should revert the breaking change introduced in v9.1.1.

Once this is merged, the release should actually fail with error:

EINVALIDNEXTVERSION The release `9.1.1` on branch `v9.1.x` cannot be published as it is out of range.
Based on the releases published on other branches, only versions within the range >=9.1.0 <9.1.1 can be published from branch v9.1.x.

The v9.1.1 tag will need to be moved from the main branch to the v9.1.x branch. (This means the git tag will become out of sync with what got released to npm.) Once this tag is moved, rerunning the actions should release v9.1.2.

Once this is released, version 9.1.1 will need to be deprecated on npm manually.

jonluca commented 1 year ago

LGTM

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 9.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 9.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: