Skip to content

Commit 3f462df

Browse files
committed
Using prerelease for all release steps (until 2.1.0 stable is out)
1 parent 05893fa commit 3f462df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"lint": "eslint ./src",
1515
"clean": "rimraf dist/*",
1616
"copy": "copyfiles -f ./src/index.html ./src/favicon.ico ./dist",
17-
"release:major": "npm version major && git push --follow-tags && npm publish --tag beta",
18-
"release:minor": "npm version minor && git push --follow-tags && npm publish --tag beta",
19-
"release:patch": "npm version patch && git push --follow-tags && npm publish --tag beta"
17+
"release:major": "npm version prerelease && git push --follow-tags && npm publish --tag beta",
18+
"release:minor": "npm version prerelease && git push --follow-tags && npm publish --tag beta",
19+
"release:patch": "npm version prerelease && git push --follow-tags && npm publish --tag beta"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)