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+ "requireBranch" : " main" ,
5+ "tagName" : " v${version}"
6+ },
7+ "github" : {
8+ "release" : true ,
9+ "comments" : {
10+ "submit" : true
11+ }
12+ },
13+ "plugins" : {
14+ "@release-it/conventional-changelog" : {
15+ "preset" : " conventionalcommits" ,
16+ "infile" : " CHANGELOG.md" ,
17+ "header" : " # Changelog"
18+ }
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ # Changelog
Original file line number Diff line number Diff line change 1919 ],
2020 "type" : " module" ,
2121 "devDependencies" : {
22+ "@release-it/conventional-changelog" : " 8.0.1" ,
2223 "@types/react" : " ^18.2.45" ,
2324 "react" : " 18.2.0" ,
2425 "react-cosmos" : " 6.0.0-beta.10" ,
2526 "react-cosmos-ui" : " 6.0.0-beta.10" ,
2627 "react-plugin" : " 3.0.0-alpha.4" ,
28+ "release-it" : " 17.0.1" ,
2729 "styled-components" : " 6.1.0" ,
2830 "tsup" : " 8.0.1" ,
2931 "typescript" : " 5.3.3"
3335 "singleQuote" : true ,
3436 "trailingComma" : " es5"
3537 },
38+ "publishConfig" : {
39+ "registry" : " https://registry.npmjs.org"
40+ },
3641 "scripts" : {
37- "build" : " tsup --config tsup.index.config.ts && tsup --config tsup.fixture.config.ts"
42+ "prepublishOnly" : " yarn build" ,
43+ "build" : " tsup --config tsup.index.config.ts && tsup --config tsup.fixture.config.ts" ,
44+ "release" : " release-it"
3845 },
3946 "peerDependencies" : {
4047 "react-cosmos" : " ^6.0.0-beta.10"
You can’t perform that action at this time.
0 commit comments