Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 59f3b0c

Browse files
committed
major: use semantic release
1 parent 4468194 commit 59f3b0c

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cypress/browserify-preprocessor",
33
"description": "Cypress preprocessor for bundling JavaScript via browserify",
4-
"version": "0.0.1",
4+
"version": "0.0.0-development",
55
"author": "Chris Breiding <chris@cypress.io>",
66
"bugs": "https://github.com/cypress-io/cypress-browserify-preprocessor/issues",
77
"engines": {
@@ -31,7 +31,8 @@
3131
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
3232
"test": "mocha",
3333
"test-debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha",
34-
"test-watch": "chokidar '*.js' 'test/*.js' -c 'npm test'"
34+
"test-watch": "chokidar '*.js' 'test/*.js' -c 'npm test'",
35+
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
3536
},
3637
"release": {
3738
"verifyRelease": {
@@ -43,16 +44,20 @@
4344
"ban-sensitive-files": "1.9.0",
4445
"chai": "4.1.2",
4546
"chokidar-cli": "1.2.0",
47+
"condition-circle": "1.5.0",
4648
"dependency-check": "2.9.1",
4749
"deps-ok": "1.2.1",
4850
"dont-crack": "1.2.1",
4951
"eslint": "4.6.1",
5052
"eslint-plugin-cypress-dev": "1.0.0",
5153
"eslint-plugin-mocha": "4.11.0",
54+
"github-post-release": "1.13.1",
5255
"license-checker": "13.0.3",
5356
"mocha": "3.5.0",
5457
"mockery": "2.1.0",
5558
"nsp": "2.7.0",
59+
"semantic-release": "8.2.0",
60+
"simple-commit-message": "3.3.1",
5661
"sinon": "3.2.1",
5762
"sinon-chai": "2.13.0"
5863
},
@@ -67,5 +72,14 @@
6772
"debug": "3.0.1",
6873
"fs-extra": "4.0.1",
6974
"watchify": "3.9.0"
75+
},
76+
"release": {
77+
"verifyConditions": "condition-circle",
78+
"analyzeCommits": "simple-commit-message",
79+
"generateNotes": "github-post-release",
80+
"verifyRelease": {
81+
"path": "dont-crack",
82+
"test-against": []
83+
}
7084
}
7185
}

0 commit comments

Comments
 (0)