Skip to content

Commit e860c4e

Browse files
committed
chore: revert no tag
it actually was no-git anything :(
1 parent f55fa48 commit e860c4e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"scripts": {
1717
"build": "gulp --deploy",
1818
"prepack": "gulp --deploy",
19-
"update": "npm --no-git-tag-version version minor --m=\"chore(update): Release v%s\"",
20-
"patch": "npm --no-git-tag-version version patch --m=\"chore(patch): Release v%s\"",
21-
"nextpatch": "npm --no-git-tag-version version prepatch --m=\"chore(next): Build patch v%s\"",
22-
"prep": "npm --no-git-tag-version version preminor --preid= --m=\"chore(%s): Prep next version\"",
23-
"next": "npm --no-git-tag-version version prerelease --m=\"chore(next): Build script v%s\"",
19+
"update": "npm version minor --m=\"chore(update): Release v%s\"",
20+
"patch": "npm version patch --m=\"chore(patch): Release v%s\"",
21+
"nextpatch": "npm version prepatch --m=\"chore(next): Build patch v%s\"",
22+
"prep": "npm version preminor --preid= --m=\"chore(%s): Prep next version\"",
23+
"next": "npm version prerelease --m=\"chore(next): Build script v%s\"",
2424
"gpr-setup": "node scripts/gpr.js"
2525
},
2626
"files": [

0 commit comments

Comments
 (0)