Skip to content

Commit

Permalink
ci: use github-generate-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 20, 2025
1 parent 8e8d7a1 commit 70c7c17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"cssnano-preset-advanced": "latest",
"finepack": "latest",
"git-authors-cli": "latest",
"github-generate-release": "latest",
"gulp": "4",
"gulp-concat": "latest",
"gulp-postcss": "latest",
Expand All @@ -122,9 +123,10 @@
"dev:server": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
"lint": "standard",
"postinstall": "node node_modules/puppeteer/install.mjs",
"postrelease": "github-generate-release",
"prerelease": "pnpm run update:check",
"pretest": "pnpm run lint",
"release": "lerna publish --yes --sort --conventional-commits -m \"chore(release): %s\" --create-release github",
"release": "lerna publish --yes --sort --conventional-commits -m \"chore(release): %s\"",
"test": "c8 pnpm --recursive --sequential test",
"update": "pnpm --recursive --parallel exec ncu -u",
"update:check": "pnpm --recursive --parallel exec ncu -errorLevel 2"
Expand Down

0 comments on commit 70c7c17

Please sign in to comment.