Skip to content

Commit

Permalink
chore: switch to changelogen for release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 28, 2023
1 parent 4d4d88d commit ba811da
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 691 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "eslint --ext .ts,.js,.mjs .",
"nuxt-module-build": "JITI_ESM_RESOLVE=1 jiti ./src/cli.ts",
"prepack": "pnpm build",
"release": "pnpm test && standard-version && git push --follow-tags && npm publish",
"release": "pnpm vitest run && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"test": "pnpm vitest"
},
"packageManager": "pnpm@8.7.0",
Expand All @@ -47,11 +47,11 @@
"@types/mri": "^1.1.1",
"@types/node": "^20.5.7",
"@vitest/coverage-v8": "^0.34.3",
"changelogen": "^0.5.5",
"eslint": "^8.48.0",
"jiti": "^1.19.3",
"nuxi": "^3.7.2",
"nuxt": "^3.7.0",
"standard-version": "^9.5.0",
"vitest": "^0.34.3"
}
}
Loading

0 comments on commit ba811da

Please sign in to comment.