Skip to content

📢 Notify the git change log to your web hook

License

Notifications You must be signed in to change notification settings

qq15725/changelog-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

📢 Notify the git change log to your web hook

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published