jsonnext / codemirror-json-schema

A JSONSchema enabled mode for codemirror 6, for json4 and json5, inspired by monaco-json
https://codemirror-json-schema.netlify.app
MIT License
57 stars 9 forks source link

typedoc on release PR only? #38

Closed acao closed 1 year ago

acao commented 1 year ago

I'm beginning to get annoyed with the unnecessary diff in every PR for API docs And it only makes sense to re-generate docs for each new release

So, I propose to add this to the version step for changesets instead of pre-commit, and let it churn these changes on merge to main only, so that the docs only change per reach release anyways (which will be even better, because they will reflect the actually released API, not the current iteration which may not yet be published)