git-conventional-commits
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -31,3 +31,3 @@ const Config = require("./config"); | ||
alias: 'm', | ||
desc: 'add multiple custom markdown to changelog e.g. "### Assets\\n* [awesome app](https://example.org/awesome.zip)"', | ||
desc: 'Add multiple custom markdown snippets e.g. "### Assets\\n* [awesome app](https://example.org/awesome.zip)"', | ||
requiresArg: true | ||
@@ -34,0 +34,0 @@ }) |
{ | ||
"name": "git-conventional-commits", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "git conventional commits util", | ||
@@ -5,0 +5,0 @@ "licence": "MIT", |
# Git Conventional Changelog Generator | ||
[![npm](https://img.shields.io/npm/v/git-conventional-commits)](https://www.npmjs.com/package/git-conventional-commits) | ||
**Please find attached [Git Commit Convention](#git-commit-convention)** | ||
@@ -140,3 +142,3 @@ | ||
### Release Workflow with `git-conventional-changelog` | ||
### Release Workflow with `git-conventional-commits` | ||
1. Determine version by `git-conventional-changelog version` | ||
@@ -254,1 +256,8 @@ 1. Update version in project files | ||
* [qoomon - conventional commit messages](https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13) | ||
## Build/Release | ||
* `npm install` | ||
* `npm test` | ||
* `npm login` | ||
* `npm publish` | ||
38447
262