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

git-conventional-commits

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-conventional-commits - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

1

git-conventional-commits.default.json

@@ -13,2 +13,3 @@ {

"docs",
"chore",
"merge",

@@ -15,0 +16,0 @@ "revert"

6

package.json
{
"name": "git-conventional-commits",
"version": "1.0.7",
"version": "1.0.8",
"description": "git conventional commits util",

@@ -15,4 +15,4 @@ "licence": "MIT",

"dependencies": {
"execa": "^4.0.3",
"yargs": "^15.4.1"
"execa": "^5.0.0",
"yargs": "^16.1.1"
},

@@ -19,0 +19,0 @@ "devDependencies": {

@@ -10,3 +10,7 @@ # Git Conventional Commits

### Commands
### Usage
* Create [config file](#config-file) `git-conventional-commits init`
* Adjust config `git-conventional-commits.json` to your needs
#### Commands
```

@@ -19,6 +23,2 @@ init [options] creates a config file template `git-conventional-commits.json`

### Usage
* Create [config file](#config-file) `git-conventional-commits init`
* Adjust config `git-conventional-commits.json` to your needs
#### Config File

@@ -38,5 +38,4 @@ Example `git-conventional-commits.json`

"ops",
"doc",
"merge",
"revert"
"docs",
"merge"
],

@@ -138,6 +137,6 @@ "commitScopes": [],

### Release Workflow with `git-conventional-commits`
1. Determine version by `git-conventional-changelog version`
1. Determine version by `git-conventional-commits version`
1. Update version in project files
* Commit version bump `git commit -am'build(release): bump project version to <version>'`
1. Generate change log by `git-conventional-changelog changelog --release <version> --file 'CHANGELOG.md'`
1. Generate change log by `git-conventional-commits changelog --release <version> --file 'CHANGELOG.md'`
* Commit change log `git commit -am'doc(release): create <version> change log entry'`

@@ -144,0 +143,0 @@ 1. Tag commit with version `git tag -a -m'build(release): <version>' '<version-prefix><version>'`

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