We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run parser && npm run parser
npm run build
main
npm pack --dry-run
git tag vX.X.X
git push --tags upstream main
npm publish
stable
docs
git rm -rf .
stable/docs
docs/
The text was updated successfully, but these errors were encountered:
This is going to be release 3.0. Version numbers are cheap, and we broke backward-compat by dropping support for node 12.
Sorry, something went wrong.
All steps complete. Thank you everyone for your help.
No branches or pull requests
npm run parser && npm run parser
to ensure version at top is correct.npm run build
.main
, and that we're clean.npm pack --dry-run
and look for extra files that got included by mistakegit tag vX.X.X
andgit push --tags upstream main
npm publish
main
ontostable
docs
branch, create new orphandocs
branch,git rm -rf .
indocs
branch. Push to upstreamstable/docs
todocs/
The text was updated successfully, but these errors were encountered: