chore(release): use updated workflow without github-push-action dep

This commit is contained in:
Jeroen de Bruijn 2020-03-22 20:40:26 +01:00
parent 1cf1da245b
commit 441142da6d
No known key found for this signature in database
GPG key ID: 7D12D6AB2A547EBB
4 changed files with 200 additions and 16 deletions

View file

@ -8,6 +8,7 @@
"format": "concurrently \"npm:format:default\"",
"format:default": "prettier --write \"**/*.{js,jsx,vue,ts,css,less,scss,html,htm,json,md,markdown,yml,yaml}\"",
"format-file:default": "prettier --write",
"release:version": "next-standard-version",
"release:changelog": "standard-version --dry-run --skip.commit=true --skip.tag=true",
"release:commit": "git commit --allow-empty -m \"chore(release): trigger release process [ci release]\"",
"release:message": "chalk -t \"Run {green.bold git push} to publish the release or {red.bold git reset HEAD^} to undo the release.\"",
@ -37,6 +38,7 @@
"eslint-plugin-prettier": "3.1.2",
"husky": "4.2.3",
"lint-staged": "10.0.8",
"next-standard-version": "2.1.0",
"npm-run-all": "4.1.5",
"prettier": "^2.0.1",
"standard-version": "7.1.0",