Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@matthieuh/test-semantic-release

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

@matthieuh/test-semantic-release - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

.github/workflows/pr_title.yml

18

package.json
{
"name": "@matthieuh/test-semantic-release",
"version": "3.1.0",
"version": "4.0.0",
"description": "",

@@ -25,3 +25,5 @@ "main": "index.js",

"semantic-release": "^19.0.2",
"conventional-changelog-conventionalcommits": "^4.6.3"
"conventional-changelog-conventionalcommits": "^4.6.3",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1"
},

@@ -32,2 +34,7 @@ "publishConfig": {

},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release": {

@@ -45,3 +52,8 @@ "branches": [

],
"@semantic-release/release-notes-generator",
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/npm",

@@ -48,0 +60,0 @@ "@semantic-release/github"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc