Socket
Book a DemoInstallSign in
Socket

release-it-webhook

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

release-it-webhook

Webhook plugin for release-it

latest
Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
18
200%
Maintainers
1
Weekly downloads
 
Created
Source

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": "..."
}

Keywords

release

FAQs

Package last updated on 02 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts