We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51eeb0d commit abb2be4Copy full SHA for abb2be4
package.json
@@ -46,7 +46,7 @@
46
"npm-run-all": "^4.1.1",
47
"nyc": "^11.2.1",
48
"proxyquire": "^1.8.0",
49
- "semantic-release": "^8.2.0",
+ "semantic-release": "^11.0.0",
50
"simple-mock": "^0.8.0",
51
"standard": "^10.0.3",
52
"standard-markdown": "^4.0.2"
@@ -66,7 +66,7 @@
66
"build:ts": "node scripts/generate-typescript-types",
67
"deploy-docs": "gh-pages-with-token -d apidoc",
68
"presemantic-release": "npm run -s build",
69
- "semantic-release": "semantic-release pre && npm publish && semantic-release post",
+ "semantic-release": "semantic-release",
70
"postpublish": "npm run -s deploy-docs"
71
},
72
"license": "MIT",
@@ -89,5 +89,8 @@
89
"examples",
90
"test"
91
]
92
+ },
93
+ "publishConfig": {
94
+ "tag": "next"
95
}
96
0 commit comments