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

@jsdrome/commitlint-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsdrome/commitlint-config - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.github/FUNDING.yml

30

package.json
{
"name": "@jsdrome/commitlint-config",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"release": "release-it --no-npm.publish",
"version": "echo $npm_package_version"
},

@@ -22,4 +23,25 @@ "repository": {

},
"devDependencies": {},
"description": ""
"devDependencies": {
"release-it": "^13.5.6"
},
"description": "",
"release-it": {
"git": {
"changelog": "git log --pretty=format:\"* %s (%h)\" ${latestTag}...HEAD",
"requireCleanWorkingDir": false,
"requireUpstream": true,
"requireCommits": false,
"addUntrackedFiles": false,
"commit": true,
"commitMessage": "release: ${version}",
"commitArgs": "",
"tag": true,
"tagName": "v${version}",
"tagAnnotation": "Release ${version}",
"tagArgs": "",
"push": true,
"pushArgs": "--follow-tags",
"pushRepo": "origin"
}
}
}
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