UNPKG

ts-markdown

Version:

An extensible TypeScript markdown generator that takes JSON and creates a markdown document.

18 lines (14 loc) 1.09 kB
## `ts-markdown` Release Checklist 1. Ensure all the changes for the next release are in `main` branch 1. Run the github action [Bump version](https://github.com/kgar/ts-markdown/actions/workflows/version-bump.yml) with the new target version 1. Review and approve the generated PR 1. Now that `main` branch is updated to the latest version, [draft a new release](https://github.com/kgar/ts-markdown/releases/new) 1. Select a new tag name that matches the new version 1. Generate release notes and add any extra notes for personalization 1. Publish the release - This will trigger the github action [Publish to NPM](https://github.com/kgar/ts-markdown/actions/workflows/npm-publish.yml) and put the latest out there 1. Do a web build of the scripts and copy over `ts-markdown.js` to `custom-docs` 1. Run the [Refresh Docs](https://github.com/kgar/ts-markdown/actions/workflows/refresh-docs.yml) 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