0.0.3 • Published 11 months ago

@tys/changelog v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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();
0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago