|
1 | 1 | { |
2 | 2 | "name": "@cypress/commit-info", |
3 | 3 | "description": "Collects Git commit info from CI or from CLI", |
4 | | - "version": "1.0.0", |
| 4 | + "version": "0.0.0-development", |
5 | 5 | "author": "Gleb Bahmutov <[email protected]>", |
6 | 6 | "bugs": "https://github.com/cypress-io/commit-info/issues", |
7 | 7 | "config": { |
|
60 | 60 | "secure": "nsp check", |
61 | 61 | "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", |
62 | 62 | "test": "npm run unit", |
63 | | - "unit": "mocha src/*-spec.js" |
| 63 | + "unit": "mocha src/*-spec.js", |
| 64 | + "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
64 | 65 | }, |
65 | 66 | "release": { |
66 | | - "analyzeCommits": "simple-commit-message" |
| 67 | + "analyzeCommits": "simple-commit-message", |
| 68 | + "generateNotes": "github-post-release", |
| 69 | + "verifyRelease": { |
| 70 | + "path": "dont-crack", |
| 71 | + "test-against": [] |
| 72 | + } |
67 | 73 | }, |
68 | 74 | "devDependencies": { |
69 | 75 | "ban-sensitive-files": "1.9.0", |
70 | 76 | "dependency-check": "2.9.1", |
71 | 77 | "deps-ok": "1.2.1", |
| 78 | + "dont-crack": "1.2.1", |
72 | 79 | "git-issues": "1.3.1", |
| 80 | + "github-post-release": "1.13.1", |
73 | 81 | "license-checker": "15.0.0", |
74 | 82 | "mocha": "4.0.1", |
75 | 83 | "nsp": "2.8.1", |
76 | 84 | "pre-git": "3.15.3", |
77 | 85 | "prettier-standard": "7.0.3", |
| 86 | + "semantic-release": "8.2.0", |
| 87 | + "simple-commit-message": "3.3.2", |
78 | 88 | "standard": "10.0.3" |
| 89 | + }, |
| 90 | + "dependencies": { |
| 91 | + "chdir-promise": "0.6.2", |
| 92 | + "check-more-types": "2.24.0", |
| 93 | + "debug": "3.1.0", |
| 94 | + "execa": "0.8.0", |
| 95 | + "lazy-ass": "1.6.0" |
79 | 96 | } |
80 | 97 | } |
0 commit comments