chore(release): disable changelog generation#19
Closed
maniramezan wants to merge 2 commits into
Closed
Conversation
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.
Owner
Author
|
Superseded — change cherry-picked onto the release PR #18. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
skip-changelog: truetorelease-please-config.jsonso Release Please never creates or updates aCHANGELOG.md. Release notes go in GitHub Releases instead.