Skip to content

Commit

Permalink
chore: migrate to changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 18, 2023
1 parent e41c397 commit f38eec4
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 691 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint": "eslint --ext .ts,.js,.vue .",
"nuxt-telemetry": "jiti ./src/cli.ts",
"prepack": "nuxt-module-build",
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
"release": "pnpm test && pnpm build && pnpm changelogen --release --push && pnpm publish",
"test": "pnpm vitest run --coverage"
},
"dependencies": {
Expand Down Expand Up @@ -61,9 +61,9 @@
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/fs-extra": "^11.0.2",
"@vitest/coverage-v8": "^0.34.4",
"changelogen": "^0.5.5",
"eslint": "^8.49.0",
"nuxt": "^3.7.3",
"standard-version": "^9.5.0",
"vitest": "^0.34.4"
}
}

0 comments on commit f38eec4

Please sign in to comment.