File tree Expand file tree Collapse file tree 4 files changed +2173
-60
lines changed
Expand file tree Collapse file tree 4 files changed +2173
-60
lines changed Original file line number Diff line number Diff line change 1+ # https://github.com/release-it/release-it/blob/master/config/release-it.json
2+ git :
3+ commitMessage : ' chore: release v${version}'
4+ github :
5+ release : true
6+ plugins :
7+ ' @release-it/conventional-changelog ' : # https://github.com/release-it/conventional-changelog
8+ preset : angular
9+ infile : CHANGELOG.md
10+ hooks :
11+ before:init : yarn test
Original file line number Diff line number Diff line change 1+ # Contribution Guide
2+
3+ ## Development Guide
4+
5+ ``` bash
6+ git clone https://github.com/uetchy/create-create-app.git && cd create-create-app
7+ yarn install
8+ yarn build
9+ ```
10+
11+ ## Release Guide (Maintainers only)
12+
13+ ``` bash
14+ yarn release
15+ ```
Original file line number Diff line number Diff line change 88 "build:ts" : " tsup src/index.ts src/cli.ts -d lib" ,
99 "dev" : " yarn build:ts --watch" ,
1010 "prepublishOnly" : " yarn build" ,
11+ "release" : " release-it" ,
1112 "test" : " echo notest"
1213 },
1314 "dependencies" : {
2829 "yargs-interactive" : " ^3.0.0"
2930 },
3031 "devDependencies" : {
32+ "@release-it/conventional-changelog" : " ^1.1.4" ,
3133 "@types/cross-spawn" : " ^6.0.2" ,
3234 "@types/node" : " ^14.0.24" ,
3335 "@types/uuid" : " ^8.0.0" ,
3436 "doctoc" : " ^1.4.0" ,
3537 "husky" : " ^4.2.5" ,
3638 "prettier" : " ^2.0.5" ,
3739 "pretty-quick" : " ^2.0.1" ,
40+ "release-it" : " ^13.6.6" ,
3841 "shx" : " ^0.3.2" ,
3942 "ts-node" : " ^8.10.2" ,
4043 "tsup" : " ^3.1.1" ,
You can’t perform that action at this time.
0 commit comments