git-precommit-checks
Advanced tools
| module.exports = { | ||
| plugins: [ | ||
| '@semantic-release/commit-analyzer', | ||
| '@semantic-release/release-notes-generator', | ||
| '@semantic-release/npm', | ||
| '@semantic-release/git', | ||
| ], | ||
| } |
+1
-1
@@ -1,1 +0,1 @@ | ||
| theme: jekyll-theme-slate | ||
| theme: jekyll-theme-cayman |
+16
-6
@@ -9,8 +9,18 @@ sudo: false | ||
| node_js: | ||
| - '16' | ||
| - '14' | ||
| - '12' | ||
| - '10' | ||
| - '8' | ||
| deploy: | ||
| provider: script | ||
| skip_cleanup: true | ||
| script: | ||
| - npx semantic-release | ||
| jobs: | ||
| include: | ||
| # Define the release stage that runs semantic-release | ||
| - stage: release | ||
| node_js: lts/* | ||
| # Advanced: optionally overwrite your default `script` step to skip the tests | ||
| # script: skip | ||
| deploy: | ||
| provider: script | ||
| skip_cleanup: true | ||
| script: | ||
| - npx semantic-release |
+12
-17
| { | ||
| "name": "git-precommit-checks", | ||
| "description": "Customizable checks on pre-commit (staged) contents", | ||
| "version": "3.0.6", | ||
| "version": "3.0.7", | ||
| "engines": { | ||
| "node": ">=v8.9.0" | ||
| "node": ">=v10.0.0" | ||
| }, | ||
@@ -42,10 +42,11 @@ "scripts": { | ||
| "@commitlint/config-conventional": "^10.0.0", | ||
| "@semantic-release/commit-analyzer": "^6.3.3", | ||
| "@semantic-release/git": "^7.0.18", | ||
| "@semantic-release/npm": "^5.2.0", | ||
| "@semantic-release/release-notes-generator": "^7.3.5", | ||
| "@semantic-release/changelog": "^6.0.1", | ||
| "@semantic-release/commit-analyzer": "^9.0.2", | ||
| "@semantic-release/git": "^10.0.1", | ||
| "@semantic-release/npm": "^8.0.3", | ||
| "@semantic-release/release-notes-generator": "^10.0.3", | ||
| "chai": "^4.2.0", | ||
| "chai-jest-diff": "^1.0.2", | ||
| "dirty-chai": "^2.0.1", | ||
| "eslint": "^5.16.0", | ||
| "eslint": "^8.6.0", | ||
| "eslint-config-prettier": "^3.6.0", | ||
@@ -59,8 +60,8 @@ "eslint-config-standard": "^12.0.0", | ||
| "husky": "^1.3.1", | ||
| "jest": "^24.9.0", | ||
| "jest": "^27.4.5", | ||
| "jest-watch-toggle-config": "^1.0.2", | ||
| "jest-watch-typeahead": "^0.2.1", | ||
| "jest-watch-typeahead": "^1.0.0", | ||
| "precise-commits": "^1.0.2", | ||
| "prettier": "^1.19.1", | ||
| "semantic-release": "^15.14.0", | ||
| "semantic-release": "^18.0.1", | ||
| "sinon": "^7.5.0", | ||
@@ -142,8 +143,2 @@ "sinon-chai": "^3.4.0" | ||
| }, | ||
| "plugins": [ | ||
| "@semantic-release/commit-analyzer", | ||
| "@semantic-release/release-notes-generator", | ||
| "@semantic-release/npm", | ||
| "@semantic-release/git" | ||
| ], | ||
| "dependencies": { | ||
@@ -153,5 +148,5 @@ "cli-table": "^0.3.1", | ||
| "load-json-file": "^6.2.0", | ||
| "node-notifier": "^5.4.3", | ||
| "node-notifier": "^8.0.1", | ||
| "read-pkg-up": "^5.0.0" | ||
| } | ||
| } |
+2
-0
@@ -25,2 +25,4 @@ # Vérifie les contenus ajoutés à Git avant le _commit_ | ||
| [](https://asciinema.org/a/224134) | ||
| ## Installation | ||
@@ -27,0 +29,0 @@ |
+3
-1
@@ -19,4 +19,6 @@ # Check staged contents before commiting | ||
| [How does it look?](https://asciinema.org/a/224134) | ||
| [How does it look like?](https://asciinema.org/a/224134) | ||
| [](https://asciinema.org/a/224134) | ||
| ## Install | ||
@@ -23,0 +25,0 @@ |
50053
1.03%18
5.88%857
0.94%184
1.1%27
3.85%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated