Skip to content

Commit

Permalink
chore: switch to changelogen for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 17, 2023
1 parent a9c2876 commit bd4bd8c
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 703 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jiti": "cross-env JITI_DEBUG=1 JITI_CACHE=false ./bin/jiti.js",
"jiti:legacy": "cross-env JITI_DEBUG=1 npx node@12 ./bin/jiti.js",
"lint": "eslint --ext .ts,.js . && prettier -c src lib test stubs",
"release": "pnpm build && pnpm test && pnpm standard-version && git push --follow-tags && pnpm publish",
"release": "pnpm build && pnpm test && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && vitest run --coverage"
},
"devDependencies": {
Expand All @@ -45,6 +45,7 @@
"acorn": "^8.8.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-parameter-decorator": "^1.0.16",
"changelogen": "^0.4.1",
"config": "^3.3.9",
"create-require": "^1.1.1",
"cross-env": "^7.0.3",
Expand All @@ -63,7 +64,6 @@
"pkg-types": "^1.0.2",
"prettier": "^2.8.4",
"semver": "^7.3.8",
"standard-version": "^9.5.0",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"tslib": "^2.5.0",
Expand Down
Loading

0 comments on commit bd4bd8c

Please sign in to comment.