tslint-config-travix
Advanced tools
Comparing version 0.0.26 to 0.0.27
{ | ||
"name": "tslint-config-travix", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "TSLint configuration from Travix", | ||
@@ -34,5 +34,4 @@ "main": "index.js", | ||
"release": { | ||
"noCi": false, | ||
"analyzeCommits": "simple-commit-message" | ||
} | ||
} |
@@ -21,4 +21,4 @@ # tslint-config-travix | ||
* In case you make `git push` to `master` branch it will check your commit's message to match the pattern to get release version. | ||
* If you merge a PR to `master` branch without squash it will check all commits one by one. | ||
* If you merge a PR with squash you have to handle it manually (check all commits messages and add appropriate squash message). | ||
* If you merge a PR to `master` branch without squash it will check all commits one by one and will release the highest version. | ||
* If you merge a PR with squash you have to handle it manually (check all commits messages and add appropriate squash message following the pattern). | ||
@@ -25,0 +25,0 @@ ### Pattern for commit messages |
7138