|
| 1 | +{ |
| 2 | + "kind": "ok", |
| 3 | + "type": "dry_run", |
| 4 | + "data": { |
| 5 | + "report": { |
| 6 | + "stops": [], |
| 7 | + "errors": [], |
| 8 | + "passes": [ |
| 9 | + { |
| 10 | + "details": {}, |
| 11 | + "summary": "You must have npm auth setup to publish to the registrty", |
| 12 | + "code": "npm_auth_not_setup" |
| 13 | + }, |
| 14 | + { |
| 15 | + "details": {}, |
| 16 | + "summary": "You must be on the trunk branch", |
| 17 | + "code": "must_be_on_trunk" |
| 18 | + }, |
| 19 | + { |
| 20 | + "details": {}, |
| 21 | + "summary": "Your branch must be synced with the remote", |
| 22 | + "code": "branch_not_synced_with_remote" |
| 23 | + }, |
| 24 | + { |
| 25 | + "details": {}, |
| 26 | + "summary": "A stable release requires the commit to have no existing stable release", |
| 27 | + "code": "commit_already_has_stable_release" |
| 28 | + }, |
| 29 | + { |
| 30 | + "details": {}, |
| 31 | + "summary": "A stable release must have at least one semantic commit", |
| 32 | + "code": "series_only_has_meaningless_commits" |
| 33 | + } |
| 34 | + ] |
| 35 | + }, |
| 36 | + "release": { |
| 37 | + "bumpType": "minor", |
| 38 | + "version": { |
| 39 | + "major": 0, |
| 40 | + "minor": 12, |
| 41 | + "patch": 0, |
| 42 | + "vprefix": false, |
| 43 | + "version": "0.12.0" |
| 44 | + } |
| 45 | + }, |
| 46 | + "commits": [ |
| 47 | + { |
| 48 | + "message": { |
| 49 | + "raw": "feat(cli): remove generate cmd (#495)\n\ncloses #493\r\n\r\n- Unclear use-case\r\n- Leaks low-level details to the user\r\n- Exotic/Esoteric feature given the same standing as something used 99.9999% more e.g. `nexus dev` and `nexus build`\r\n- Requires internal maintenance\r\n- Lacks test coverage today\r\n- If user needs it, we'd like to know about the use-case actually", |
| 50 | + "parsed": { |
| 51 | + "typeKind": "feat", |
| 52 | + "type": "feat", |
| 53 | + "scope": "cli", |
| 54 | + "description": "remove generate cmd (#495)", |
| 55 | + "body": "closes #493\n\n- Unclear use-case\r\n- Leaks low-level details to the user\r\n- Exotic/Esoteric feature given the same standing as something used 99.9999% more e.g. `nexus dev` and `nexus build`\r\n- Requires internal maintenance\r\n- Lacks test coverage today\r\n- If user needs it, we'd like to know about the use-case actually", |
| 56 | + "footers": [], |
| 57 | + "breakingChange": null, |
| 58 | + "completesInitialDevelopment": false |
| 59 | + } |
| 60 | + }, |
| 61 | + "sha": "2abd73da23fd4564822bdf8c53c7d16b4b758aae", |
| 62 | + "nonReleaseTags": [], |
| 63 | + "releases": { |
| 64 | + "stable": null, |
| 65 | + "preview": { |
| 66 | + "version": "0.12.0-next.5", |
| 67 | + "vprefix": false, |
| 68 | + "major": 0, |
| 69 | + "minor": 12, |
| 70 | + "patch": 0, |
| 71 | + "preRelease": { "identifier": "next", "buildNum": 5 } |
| 72 | + } |
| 73 | + } |
| 74 | + }, |
| 75 | + { |
| 76 | + "message": { "raw": "Update issue templates", "parsed": null }, |
| 77 | + "sha": "2197f8306404e8af97d45ef43c83324b600fe01f", |
| 78 | + "nonReleaseTags": [], |
| 79 | + "releases": { "stable": null, "preview": null } |
| 80 | + }, |
| 81 | + { |
| 82 | + "message": { |
| 83 | + "raw": "chore(website): update diagrams", |
| 84 | + "parsed": { |
| 85 | + "typeKind": "chore", |
| 86 | + "type": "chore", |
| 87 | + "scope": "website", |
| 88 | + "description": "update diagrams", |
| 89 | + "body": null, |
| 90 | + "footers": [], |
| 91 | + "breakingChange": null, |
| 92 | + "completesInitialDevelopment": false |
| 93 | + } |
| 94 | + }, |
| 95 | + "sha": "47da0b522262876ba34f77404266f2b0a14b3777", |
| 96 | + "nonReleaseTags": [], |
| 97 | + "releases": { "stable": null, "preview": null } |
| 98 | + }, |
| 99 | + { |
| 100 | + "message": { |
| 101 | + "raw": "feat(schema): by default nullable outputs (#494)\n\ncloses #484\r\n\r\nBREAKING CHANGE:\r\n\r\n- outputs will be nullable by default now", |
| 102 | + "parsed": { |
| 103 | + "typeKind": "feat", |
| 104 | + "type": "feat", |
| 105 | + "scope": "schema", |
| 106 | + "description": "by default nullable outputs (#494)", |
| 107 | + "body": "closes #484", |
| 108 | + "footers": [], |
| 109 | + "breakingChange": "- outputs will be nullable by default now", |
| 110 | + "completesInitialDevelopment": false |
| 111 | + } |
| 112 | + }, |
| 113 | + "sha": "50d3e24de6c8d5cf85319f81d768eb8352bafacd", |
| 114 | + "nonReleaseTags": [], |
| 115 | + "releases": { |
| 116 | + "stable": null, |
| 117 | + "preview": { |
| 118 | + "version": "0.12.0-next.4", |
| 119 | + "vprefix": false, |
| 120 | + "major": 0, |
| 121 | + "minor": 12, |
| 122 | + "patch": 0, |
| 123 | + "preRelease": { "identifier": "next", "buildNum": 4 } |
| 124 | + } |
| 125 | + } |
| 126 | + }, |
| 127 | + { |
| 128 | + "message": { |
| 129 | + "raw": "feat: run backing types typegen in background (#491)", |
| 130 | + "parsed": { |
| 131 | + "typeKind": "feat", |
| 132 | + "type": "feat", |
| 133 | + "scope": null, |
| 134 | + "description": "run backing types typegen in background (#491)", |
| 135 | + "body": null, |
| 136 | + "footers": [], |
| 137 | + "breakingChange": null, |
| 138 | + "completesInitialDevelopment": false |
| 139 | + } |
| 140 | + }, |
| 141 | + "sha": "6d3272a70933cd97005b0b0c02b93db9f36835f2", |
| 142 | + "nonReleaseTags": [], |
| 143 | + "releases": { |
| 144 | + "stable": null, |
| 145 | + "preview": { |
| 146 | + "version": "0.12.0-next.3", |
| 147 | + "vprefix": false, |
| 148 | + "major": 0, |
| 149 | + "minor": 12, |
| 150 | + "patch": 0, |
| 151 | + "preRelease": { "identifier": "next", "buildNum": 3 } |
| 152 | + } |
| 153 | + } |
| 154 | + }, |
| 155 | + { |
| 156 | + "message": { |
| 157 | + "raw": "refactor: isolate addToContext typegen constant (#492)", |
| 158 | + "parsed": { |
| 159 | + "typeKind": "other", |
| 160 | + "type": "refactor", |
| 161 | + "scope": null, |
| 162 | + "description": "isolate addToContext typegen constant (#492)", |
| 163 | + "body": null, |
| 164 | + "footers": [], |
| 165 | + "breakingChange": null, |
| 166 | + "completesInitialDevelopment": false |
| 167 | + } |
| 168 | + }, |
| 169 | + "sha": "fb00bfccf2c4a191e6cb4b167afa385f7cd5d680", |
| 170 | + "nonReleaseTags": [], |
| 171 | + "releases": { |
| 172 | + "stable": null, |
| 173 | + "preview": { |
| 174 | + "version": "0.11.3-next.2", |
| 175 | + "vprefix": false, |
| 176 | + "major": 0, |
| 177 | + "minor": 11, |
| 178 | + "patch": 3, |
| 179 | + "preRelease": { "identifier": "next", "buildNum": 2 } |
| 180 | + } |
| 181 | + } |
| 182 | + }, |
| 183 | + { |
| 184 | + "message": { |
| 185 | + "raw": "tests: system test built app (#490)\n\ncloses #489", |
| 186 | + "parsed": { |
| 187 | + "typeKind": "other", |
| 188 | + "type": "tests", |
| 189 | + "scope": null, |
| 190 | + "description": "system test built app (#490)", |
| 191 | + "body": "closes #489", |
| 192 | + "footers": [], |
| 193 | + "breakingChange": null, |
| 194 | + "completesInitialDevelopment": false |
| 195 | + } |
| 196 | + }, |
| 197 | + "sha": "ea5769aeac22c857352c66264ccf513c8f8cd9ad", |
| 198 | + "nonReleaseTags": [], |
| 199 | + "releases": { |
| 200 | + "stable": null, |
| 201 | + "preview": { |
| 202 | + "version": "0.11.3-next.1", |
| 203 | + "vprefix": false, |
| 204 | + "major": 0, |
| 205 | + "minor": 11, |
| 206 | + "patch": 3, |
| 207 | + "preRelease": { "identifier": "next", "buildNum": 1 } |
| 208 | + } |
| 209 | + } |
| 210 | + } |
| 211 | + ] |
| 212 | + } |
| 213 | +} |
0 commit comments