Skip to content

Commit 4fd0f90

Browse files
committed
chore: 🔧 release changes
1 parent f2f1b40 commit 4fd0f90

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
"start:cookie": "sh ./scripts/initCookie.sh",
1313
"lint": "eslint . --ext ts --ext tsx --ext js",
1414
"format": "prettier --write \"**/*.{js,ts,tsx}\"",
15-
"release": "standard-version --sign",
16-
"release:push": "standard-version --sign && git push --follow-tags origin master",
17-
"release:test": "standard-version --sign --dry-run",
18-
"release:minor": "standard-version --sign --release-as minor && git push --follow-tags origin master",
15+
"release": "standard-version",
16+
"release:test": "standard-version --dry-run",
17+
"release:minor": "standard-version --release-as minor",
1918
"analyze": "npx cross-env ANALYZE=true next build",
2019
"generate": "graphql-codegen --config codegen.yml",
2120
"test": "jest",
@@ -151,5 +150,11 @@
151150
"jest --bail --findRelatedTests",
152151
"eslint --fix"
153152
]
153+
},
154+
"standard-version": {
155+
"skip": {
156+
"commit": true,
157+
"tag": true
158+
}
154159
}
155160
}

0 commit comments

Comments
 (0)