async3619 / tardis

⏳a simple changelog grabber for nodejs packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

should have core features

async3619 opened this issue · comments

Core features are can be like:

  1. Resolving release notes (or changelog, etc.) from npm package name.
  2. Ordering resolved release notes by semver, creation date, etc.
  3. Generating merged release note file that can be easily read by users.