Skip to content
Discussion options

You must be logged in to vote

Documentation is done via a GitHub Action here; I think the easiest thing for maintainability will be to add an additional workflow_dispatch trigger so it can be kicked off by contributors (see https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow).

Regular releases use the ./scripts/release and ./scripts/beta-release scripts, which compile, create a GitHub release, and publish to npm. I'll have to see how to allow multiple people to commit to npm, but that is only relevant for API changes (you can comment it out in the very short term and create new releases easily that way).

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by AB1908
Comment options

You must be logged in to vote
1 reply
@AB1908
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants