mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-23 06:35:05 +01:00
docs: 📚️ sign release
This commit is contained in:
parent
a95b61e60d
commit
dfc42279e6
1 changed files with 4 additions and 4 deletions
|
@ -15,10 +15,10 @@
|
||||||
"start:cookie": "sh ./scripts/initCookie.sh",
|
"start:cookie": "sh ./scripts/initCookie.sh",
|
||||||
"lint": "eslint */**/*.{js,ts,tsx} --fix",
|
"lint": "eslint */**/*.{js,ts,tsx} --fix",
|
||||||
"prettier": "prettier --write **/*.{ts,tsx,js,css,html}",
|
"prettier": "prettier --write **/*.{ts,tsx,js,css,html}",
|
||||||
"release": "standard-version",
|
"release": "standard-version --sign",
|
||||||
"release:push": "standard-version && git push --follow-tags origin master",
|
"release:push": "standard-version --sign && git push --follow-tags origin master",
|
||||||
"release:test": "standard-version --dry-run",
|
"release:test": "standard-version --sign --dry-run",
|
||||||
"release:minor": "standard-version --release-as minor && git push --follow-tags origin master",
|
"release:minor": "standard-version --sign --release-as minor && git push --follow-tags origin master",
|
||||||
"analyze": "cross-env ANALYZE=true next build",
|
"analyze": "cross-env ANALYZE=true next build",
|
||||||
"generate": "graphql-codegen --config codegen.yml && yarn lint",
|
"generate": "graphql-codegen --config codegen.yml && yarn lint",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
|
Loading…
Add table
Reference in a new issue