0.0.4 • Published 4 months ago

release-it-webhook v0.0.4

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

Release-it Webhook

Plugin for release-it which makes a request against provided webhook url.

Install

npm install --save-dev release-it-webhook

Configuration

In release-it plugins config:

"plugins": {
  "release-it-webhook": {
	"webhook": {
		"url": "https://hooks.slack.com/triggers/...."
	}
  }
}

Webhook

The request body contain this payload:

{
	"name": "..."
	"version": "..."
	"changelog": "..."
}
0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago