mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
chore(release): use updated workflow without github-push-action dep
This commit is contained in:
parent
1cf1da245b
commit
441142da6d
4 changed files with 200 additions and 16 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue