Notes for myself that I don't want cluttering up the README
Run this first to update packages/types/dom.ts then commit the changes:
deno task codegen:types
Run this command to determine which packages need entries in CHANGELOG.md:
deno task version
Update "version" in the following deno.json files for each package that needs a new release:
- @simplewebauthn/browser: packages/browser/deno.json
- @simplewebauthn/server: packages/server/deno.json
Continue using your best judgement on what an appropriate new version number should be.
Commit these changes.
Add entries to CHANGELOG.md for the packages determined in the step above.
Commit these changes.
Create a tag on HEAD for the new version number.
Don't forget to push up the new tag to origin too!
Navigate to https://github.com/MasterKale/SimpleWebAuthn/actions/workflows/publishBrowser.yml and Run workflow against master.
Navigate to https://github.com/MasterKale/SimpleWebAuthn/actions/workflows/publishServer.yml and Run workflow against master.