Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.07 KB

RELEASE-README.md

File metadata and controls

17 lines (14 loc) · 1.07 KB

ts-markdown Release Checklist

  1. Ensure all the changes for the next release are in main branch
  2. Run the github action Bump version with the new target version
  3. Review and approve the generated PR
  4. Now that main branch is updated to the latest version, draft a new release
  5. Select a new tag name that matches the new version
  6. Generate release notes and add any extra notes for personalization
  7. Publish the release
    • This will trigger the github action Publish to NPM and put the latest out there
  8. Do a web build of the scripts and copy over ts-markdown.js to custom-docs
  9. Run the Refresh Docs github action

To Do

  • Automate the web script build of ts-markdown.js and the copy operation into custom-docs
  • Roll this automated action into the "Refresh Docs" github action