fix: don't include chore PRs in GH release page #1241
ci.yml
on: pull_request
Are The Types Wrong?
39s
Build
31s
Lint
42s
Lint Knip
16s
Lint Markdown
11s
Lint Packages
16s
Lint Spelling
12s
Prettier
13s
Test
30s
Type Check
19s
Annotations
2 errors
src/integration.test.ts > Producing the everything preset matches the files in this repository:
src/integration.test.ts#L114
Error: Snapshot `Producing the everything preset matches the files in this repository 1` mismatched
- Expected
+ Received
@@ -17,6 +17,21 @@
on:
",
},
},
+ ".release-it.json": "@@ -2,12 +2,9 @@
+ "git": {
+ "commitMessage": "chore: release v${version}",
+ "requireCommits": true
+ },
+ - "github": {
+ - "release": true,
+ - "releaseName": "v${version}"
+ - },
+ + "github": { "release": true, "releaseName": "v${version}" },
+ "npm": { "publishArgs": ["--access public", "--provenance"] },
+ "plugins": {
+ "@release-it/conventional-changelog": {
+ "infile": "CHANGELOG.md",
+ ",
}
❯ src/integration.test.ts:114:4
|
Test
Process completed with exit code 1.
|