diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index dccb7119d..000f947f7 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "prepare": "husky", "pretest": "npm run qunit-fixture && npm run babel:tests && npm run npmcopy", "qunit-fixture": "node build/tasks/qunit-fixture.js", - "release": "release-it --preReleaseBase=1", + "release": "release-it", "release:cdn": "node build/release/cdn.js", "release:changelog": "node build/release/changelog.js", "release:clean": "rimraf tmp --glob changelog.{md,html} contributors.html", |