- Ensure all the changes for the next release are in
main
branch - Run the github action Bump version with the new target version
- Review and approve the generated PR
- Now that
main
branch is updated to the latest version, draft a new release - Select a new tag name that matches the new version
- Generate release notes and add any extra notes for personalization
- Publish the release
- This will trigger the github action Publish to NPM and put the latest out there
- Do a web build of the scripts and copy over
ts-markdown.js
tocustom-docs
- Run the Refresh Docs github action
- Automate the web script build of
ts-markdown.js
and the copy operation intocustom-docs
- Roll this automated action into the "Refresh Docs" github action