changelog-notify
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

changelog-notify

Minzip Version Downloads Issues License

📦 Install

npm i -g changelog-notify

🦄 Usage

cd you-project-root

changelog-notify "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=you-key" \
  --title="### ✅ CI" \
  --format="\n> #%h %s (@%an)"

Cache the current git hash and notify the change log

cache path node_modules/.changelog-notify/${ current_branch }

### ✅ CI
> #ec1faff release: v0.0.1 (@qq15725)
> #5f49a6f feat: notify to webhook (@qq15725)
> #78e7c3e feat: init (@qq15725)
> #39d1f6e Initial commit (@qq15725)

Package Sidebar

Install

npm i changelog-notify

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

13.7 kB

Total Files

12

Last publish

Collaborators

  • wengxiangmin