git-conventional-commits
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -13,2 +13,3 @@ { | ||
"docs", | ||
"chore", | ||
"merge", | ||
@@ -15,0 +16,0 @@ "revert" |
{ | ||
"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>'` |
588
28931
151
+ Addedcliui@7.0.4(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedexeca@5.1.1(transitive)
+ Addedget-stream@6.0.1(transitive)
+ Addedhuman-signals@2.1.0(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyargs@16.2.0(transitive)
+ Addedyargs-parser@20.2.9(transitive)
- Removedcamelcase@5.3.1(transitive)
- Removedcliui@6.0.0(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedexeca@4.1.0(transitive)
- Removedfind-up@4.1.0(transitive)
- Removedget-stream@5.2.0(transitive)
- Removedhuman-signals@1.1.1(transitive)
- Removedlocate-path@5.0.0(transitive)
- Removedonce@1.4.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@4.1.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@4.0.0(transitive)
- Removedpump@3.0.2(transitive)
- Removedrequire-main-filename@2.0.0(transitive)
- Removedset-blocking@2.0.0(transitive)
- Removedwhich-module@2.0.1(transitive)
- Removedwrap-ansi@6.2.0(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedy18n@4.0.3(transitive)
- Removedyargs@15.4.1(transitive)
- Removedyargs-parser@18.1.3(transitive)
Updatedexeca@^5.0.0
Updatedyargs@^16.1.1