Closed hildjj closed 1 month ago
Note: this is hypothetical, and assumes that the changes contemplated in #552 have been made.
npm pack --dry-run
npm version minor
npm run build
git status
npm test:all
git push upstream main --follow-tags
gh release create
Note: this is hypothetical, and assumes that the changes contemplated in #552 have been made.
npm pack --dry-run
and look for extra files that got included by mistakenpm version minor
(updates lib/version.js lib/parser.js docs/index.html)npm run build
git status
and ensure we are cleannpm test:all
git push upstream main --follow-tags
gh release create
Create GH release notification, copy in latest portion of CHANGELOG.md. This publishes docs and does the release.