Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.69 KB

release-template.md

File metadata and controls

56 lines (34 loc) · 1.69 KB

Template to be copy-pasted as a template for new release notes.


Questions about this release? Ask in the official discussion thread: #TODO

Breaking changes are prefixed with [BREAKING]

Added

  • Adds description of thing added (#Issue, #PR, #etc) @contributor-name
    • Optionally add details ([docs](link to docs))
    • Or multiple docs links ([CLI docs](link to docusaurus page), [API docs](link to typedoc page))

Changed

  • [BREAKING] Make yadda yadda...

Deprecated

Removed

Fixed

  • Fix #TODO: Description of fix (#Issue, #PR, #etc)

Docs

  • In the past I've documented major improvements to docs, new docsite, new docs sections about confusing bits
  • In general should avoid changelog entries that do not affect ts-node consumers

Misc

  • In the past I've documented improvements to testing, codecov, etc.
  • In general should avoid changelog entries that do not affect ts-node consumers

https://github.com/TypeStrong/ts-node/compare/vTODO...vTODO https://github.com/TypeStrong/ts-node/milestone/TODO


Discussion thread template


Discussion thread for the vTODO release.

Release notes