fix: script again

This commit is contained in:
Innei
2021-09-22 15:49:57 +08:00
parent 7d3f8b7d02
commit d9ea155d10
3 changed files with 3 additions and 12 deletions

View File

@@ -12,9 +12,9 @@ const beforeHooks = PKG.bump?.before || []
const afterHooks = PKG.bump?.after || []
const releaseTypes = [
'major',
'minor',
'patch',
'minor',
'major',
'premajor',
'preminor',
'prepatch',