|
1 | 1 | { |
2 | | - "non-interactive": true, |
3 | | - "dry-run": false, |
4 | | - "verbose": true, |
5 | | - "force": false, |
6 | | - "pkgFiles": ["package.json"], |
7 | 2 | "preReleaseId": null, |
8 | | - "buildCommand": "yarn build", |
9 | | - "safeBump": true, |
10 | | - "beforeChangelogCommand": false, |
11 | | - "changelogCommand": false, |
12 | | - "requireCleanWorkingDir": true, |
13 | | - "requireUpstream": true, |
14 | | - "src": { |
| 3 | + "pkgFiles": ["package.json"], |
| 4 | + "use": "git.tag", |
| 5 | + "scripts": { |
| 6 | + "beforeStart": null, |
| 7 | + "beforeBump": null, |
| 8 | + "afterBump": null, |
| 9 | + "beforeStage": null, |
| 10 | + "changelog": "git log --pretty=format:\"* %s (%h)\" [REV_RANGE]", |
| 11 | + "afterRelease": null |
| 12 | + }, |
| 13 | + "git": { |
| 14 | + "requireCleanWorkingDir": true, |
| 15 | + "requireUpstream": true, |
| 16 | + "addUntrackedFiles": false, |
15 | 17 | "commit": true, |
16 | | - "commitMessage": "Release %s", |
| 18 | + "commitMessage": "Release ${version}", |
17 | 19 | "commitArgs": "", |
18 | 20 | "tag": true, |
19 | | - "tagName": "%s", |
20 | | - "tagAnnotation": "Release %s", |
| 21 | + "tagName": "${version}", |
| 22 | + "tagAnnotation": "Release ${version}", |
| 23 | + "tagArgs": "", |
21 | 24 | "push": true, |
22 | 25 | "pushArgs": "", |
23 | | - "pushRepo": null, |
24 | | - "beforeStartCommand": false, |
25 | | - "afterReleaseCommand": false, |
26 | | - "addUntrackedFiles": false |
| 26 | + "pushRepo": "origin" |
27 | 27 | }, |
28 | 28 | "npm": { |
29 | 29 | "publish": true, |
30 | 30 | "publishPath": ".", |
31 | 31 | "tag": "latest", |
32 | 32 | "private": false, |
33 | | - "access": null |
| 33 | + "access": null, |
| 34 | + "otp": null |
34 | 35 | }, |
35 | 36 | "github": { |
36 | | - "release": true, |
37 | | - "releaseName": "Release %s", |
| 37 | + "release": false, |
| 38 | + "releaseName": "Release ${version}", |
38 | 39 | "preRelease": false, |
39 | 40 | "draft": false, |
40 | 41 | "tokenRef": "GITHUB_TOKEN", |
41 | 42 | "assets": null, |
42 | | - "host": null, |
43 | | - "timeout": 0 |
| 43 | + "host": null, |
| 44 | + "timeout": 0, |
| 45 | + "proxy": null |
44 | 46 | }, |
45 | 47 | "dist": { |
46 | 48 | "repo": false, |
47 | 49 | "stageDir": ".stage", |
48 | | - "baseDir": ".", |
| 50 | + "baseDir": "dist", |
49 | 51 | "files": ["**/*"], |
50 | 52 | "pkgFiles": null, |
51 | | - "commit": false, |
52 | | - "commitMessage": "Release %s", |
53 | | - "commitArgs": "", |
54 | | - "tag": false, |
55 | | - "tagName": "%s", |
56 | | - "tagAnnotation": "Release %s", |
57 | | - "push": false, |
58 | | - "pushArgs": "", |
59 | | - "beforeStageCommand": false, |
60 | | - "afterReleaseCommand": false, |
61 | | - "addUntrackedFiles": false, |
| 53 | + "scripts": { |
| 54 | + "beforeStage": null, |
| 55 | + "afterRelease": null |
| 56 | + }, |
| 57 | + "git": { |
| 58 | + "addUntrackedFiles": false, |
| 59 | + "commit": true, |
| 60 | + "tag": true, |
| 61 | + "push": true |
| 62 | + }, |
62 | 63 | "github": { |
63 | | - "release": false |
| 64 | + "release": false, |
| 65 | + "assets": null |
64 | 66 | }, |
65 | 67 | "npm": { |
66 | 68 | "publish": false |
67 | 69 | } |
68 | 70 | }, |
69 | 71 | "prompt": { |
70 | | - "src": { |
71 | | - "status": false, |
72 | | - "commit": true, |
73 | | - "tag": true, |
74 | | - "push": true, |
75 | | - "release": true, |
76 | | - "publish": true |
77 | | - }, |
| 72 | + "commit": true, |
| 73 | + "tag": true, |
| 74 | + "push": true, |
| 75 | + "release": true, |
| 76 | + "publish": true, |
78 | 77 | "dist": { |
79 | | - "status": false, |
80 | 78 | "commit": true, |
81 | 79 | "tag": false, |
82 | 80 | "push": true, |
|
0 commit comments