Skip to content

fix: don't include chore PRs in GH release page #1241

fix: don't include chore PRs in GH release page

fix: don't include chore PRs in GH release page #1241

Triggered via pull request January 31, 2025 19:22
Status Failure
Total duration 55s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.