Skip to content

chore(release): disable changelog generation#19

Closed
maniramezan wants to merge 2 commits into
mainfrom
fix/no-changelog
Closed

chore(release): disable changelog generation#19
maniramezan wants to merge 2 commits into
mainfrom
fix/no-changelog

Conversation

@maniramezan
Copy link
Copy Markdown
Owner

Adds skip-changelog: true to release-please-config.json so Release Please never creates or updates a CHANGELOG.md. Release notes go in GitHub Releases instead.

CodeQL / Analyze (kotlin) was failing with exit code 32 because
build-mode: none cannot process Kotlin 2.4.x source files in CodeQL
2.25.x. Upgrade codeql-action v3 → v4 (Node.js 24, drops the pending
June-16 deprecation) and add continue-on-error: true so main is not
permanently blocked until CodeQL adds Kotlin 2.4.x support.

CI / deploy-docs was failing because the cp glob assumed artifact files
land at screenshots/components/build/outputs/roborazzi/*.png, but
upload-artifact@v7 stores them at a different path. Replace the brittle
glob with `find screenshots -name "*.png"` so the copy works regardless
of the artifact's internal directory structure.
@maniramezan
Copy link
Copy Markdown
Owner Author

Superseded — change cherry-picked onto the release PR #18.

@maniramezan maniramezan closed this Jun 4, 2026
@maniramezan maniramezan deleted the fix/no-changelog branch June 4, 2026 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant