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

setup-semantic-release

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

setup-semantic-release - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.releaserc

32

package.json
{
"name": "setup-semantic-release",
"version": "1.0.0",
"description": "Testing semantic-release setup",
"version": "1.1.0",
"description": "Testing semantic-relase setup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "npx git-cz",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucasaarcoverde/setup-semantic-release.git"
"url": "https://github.com/lucasaarcoverde/setup-semantic-release.git"
},

@@ -18,3 +20,23 @@ "author": "lucasaarcoverde",

},
"homepage": "https://github.com/lucasaarcoverde/setup-semantic-release#readme"
"homepage": "https://github.com/lucasaarcoverde/setup-semantic-release#readme",
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.1",
"@commitlint/prompt": "^9.1.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"commitizen": "^4.1.2",
"husky": "^4.2.5",
"semantic-release": "^17.1.1"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}

4

README.md

@@ -1,1 +0,3 @@

# setup-semantic-release
# setup-semantic-release
- test feature commit
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