@renault-digital/bash-base
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -0,1 +1,3 @@ | ||
## [1.2.3](https://github.com/renault-digital/bash-base/compare/v1.2.2...v1.2.3) (2020-09-13) | ||
## [1.2.2](https://github.com/renault-digital/bash-base/compare/v1.2.1...v1.2.2) (2020-09-13) | ||
@@ -2,0 +4,0 @@ |
@@ -66,7 +66,7 @@ # How to contribute | ||
- in commit message template, the default issuePrefixes: ['#'] | ||
- in commit message template, the default issuePrefixes: `['#']` | ||
- in CLI (not intelliJ plugin), even we explicitly provide commit message, the prepare-commit-msg hook will still be revoked and the commitizen will show the prompts. We can just press Ctrl + C to skip it and it comes to commit-msg hook. | ||
- in CLI (not intelliJ plugin), even we explicitly provide commit message, the `prepare-commit-msg` hook will still be revoked and the `commitizen` will show the prompts. We can just press `Ctrl + C` to skip it and it comes to `commit-msg` hook. | ||
- Don't modify the files bin/, man/ and docs/references.md, they will generated automatically by semantic-release. | ||
- Don't modify the files `bin/`, `man/` and `docs/references.md`, they will generated automatically by semantic-release. | ||
@@ -83,3 +83,3 @@ | ||
``` | ||
git checkout -b dev/<issue-number>-<issue-name> | ||
git checkout -b <your-branch-name> | ||
``` | ||
@@ -86,0 +86,0 @@ |
[//]: # (Automatically generated by bash-base function doc_comment_to_markdown, don't modify this file directly.) | ||
### Functions | ||
### Functions: | ||
@@ -5,0 +5,0 @@ - args_parse |
@@ -23,3 +23,3 @@ ## How to use | ||
See [npm repackage](https://www.npmjs.com/package/@renault-digital/bash-base) | ||
See [npm package](https://www.npmjs.com/package/@renault-digital/bash-base) | ||
``` | ||
@@ -26,0 +26,0 @@ npm i -g @renault-digital/bash-base |
{ | ||
"name": "@renault-digital/bash-base", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A common lib for creating bash script easily.", | ||
@@ -5,0 +5,0 @@ "private": false, |
Sorry, the diff of this file is too big to display
1433413