File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "git" : {
3+ "commitMessage" : " chore: release v${version}"
4+ },
5+ "github" : {
6+ "release" : true
7+ },
8+ "hooks" : {
9+ "before:init" : [" bun test" ],
10+ "after:bump" : [" bun run build" , " bun run lint" ]
11+ },
12+ "plugins" : {
13+ "@release-it/conventional-changelog" : {
14+ "preset" : {
15+ "name" : " conventionalcommits"
16+ },
17+ "infile" : " CHANGELOG.md" ,
18+ "header" : " # Changelog"
19+ }
20+ }
21+ }
Original file line number Diff line number Diff line change 2828 "prepare" : " husky" ,
2929 "test" : " bun test" ,
3030 "build" : " rm -rf dist && tsc && tsc-alias" ,
31- "lint" : " publint"
31+ "lint" : " publint" ,
32+ "release" : " release-it"
3233 },
3334 "lint-staged" : {
3435 "README.md" : " doctoc --github" ,
4142 "devDependencies" : {
4243 "@commitlint/cli" : " ^19.3.0" ,
4344 "@commitlint/config-conventional" : " ^19.2.2" ,
45+ "@release-it/conventional-changelog" : " ^8.0.1" ,
4446 "@types/bun" : " latest" ,
4547 "@types/d3-dsv" : " ^3.0.7" ,
4648 "bun-plugin-dts" : " ^0.2.3" ,
5052 "prettier" : " ^3.2.5" ,
5153 "prettier-plugin-organize-imports" : " ^3.2.4" ,
5254 "publint" : " ^0.2.7" ,
55+ "release-it" : " ^17.2.1" ,
5356 "tsc-alias" : " ^1.8.8" ,
5457 "typescript" : " ^5.4.5"
5558 }
You can’t perform that action at this time.
0 commit comments