fix(release): bump release-it to v19, remove DEBUG workaround#14
Merged
fix(release): bump release-it to v19, remove DEBUG workaround#14
Conversation
v19 uses {} instead of null for Octokit log option, fixing the
'Cannot read properties of null (reading debug)' crash.
DEBUG/NODE_DEBUG workaround no longer needed.
…port - release-it v17 → v19 (fixes Octokit null log crash) - in-memory version bump: fetch latest from npm, bump in CI working dir only, never commit to main (branch-protection compatible) - fix skillflag import: 'skillflag/dist/index.js' → 'skillflag' - bump skillflag dep to 0.1.3 (has proper package exports)
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.
Summary
Bump release-it from v17 to v19 and remove the
DEBUG/NODE_DEBUGworkaround.v17 passes
log: nullto Octokit, causingCannot read properties of null (reading 'debug')on GitHub release creation. v19 fixes this by using{}instead ofnull.Changes
release-it:^17.1.1→^19.2.4DEBUG: release-it:configandNODE_DEBUG: release-it:configfrom release workflow (no longer needed)