@tys/changelog
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

@tys/changelog

generate changelog by git tags and commits

Install

pnpm i -D @tys/changelog

Usage

import {
  getChangelogMarkdown,
  getTotalChangelogMarkdown,
  generateChangelog,
  generateTotalChangelog,
} from "@tys/changelog";

// get the changelog markdown by two git tags
getChangelogMarkdown();

// get the changelog markdown by the total git tags
getTotalChangelogMarkdown();

// generate the changelog markdown by two git tags
generateChangelog();

// generate the changelog markdown by the total git tags
generateTotalChangelog();

Readme

Keywords

none

Package Sidebar

Install

npm i @tys/changelog

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

59.1 kB

Total Files

6

Last publish

Collaborators

  • tys