Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.34 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.34 KB

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)