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

0.3.24 • Public • Published

@soybeanjs/changelog

generate changelog by git tags and commits

Install

pnpm i -D @soybeanjs/changelog

Usage

import {
  getChangelogMarkdown,
  getTotalChangelogMarkdown,
  generateChangelog,
  generateTotalChangelog,
} from "@soybeanjs/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();

Dependencies (7)

Dev Dependencies (10)

Package Sidebar

Install

npm i @soybeanjs/changelog

Weekly Downloads

55

Version

0.3.24

License

MIT

Unpacked Size

257 kB

Total Files

8

Last publish

Collaborators

  • honghuangdc