Skip to content

Commit

Permalink
docs: update notes on the publishing process
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrosquall committed Jul 19, 2021
1 parent 9e0ff6e commit 65c4b76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,7 @@ And connect via the debugger protocol.

## Publish

To publish a new version, run the workflow at https://github.com/vega/ts-json-schema-generator/actions?query=workflow%3APublish.
Publishing is handled by a 2-branch [pre-release process](https://intuit.github.io/auto/docs/generated/shipit#next-branch-default), configured in `publish-auto.yml`. All changes should be based off the default `next` branch, and are published automatically.

- PRs made into the default branch are auto-deployed to the `next` pre-release tag on NPM. The result can be installed with `npm install ts-json-schema-generator@next`
- To release a new stable version, open a PR from `next` into `stable` using this [compare link](https://github.com/vega/ts-json-schema-generator/compare/stable...next).

0 comments on commit 65c4b76

Please sign in to comment.