Skip to content

fix(ci): allow generated release commit footers - #520

Merged
Felipe Mamud (fmamud) merged 1 commit into
mainfrom
codex/fix-release-commitlint-footer
Sep 23, 2026
Merged

Felipe Mamud (fmamud) merged 1 commit into
mainfrom
codex/fix-release-commitlint-footer

Conversation

@fmamud

Copy link
Copy Markdown
Contributor

Summary

  • disable the Commitlint footer line-length limit
  • keep the existing conventional commit subject and scope validation unchanged
  • allow generated release commits whose Co-authored-by metadata exceeds 100 characters

Context

Release PR #519 created commit f2b0c590 on main. Its generated Co-authored-by footer exceeds Commitlint's default 100-character footer limit, causing the push-triggered Commitlint workflow to fail.

The repository already disables the equivalent body line-length rule. This change applies the same policy to commit footers, where generated identity metadata cannot be wrapped without changing its meaning.

Validation

  • ran Commitlint against the exact failed release commit with the updated configuration: 0 problems, 0 warnings
  • staged-file ESLint and Prettier checks passed
  • verified the PR contains only the one-line Commitlint configuration change

@fmamud
Felipe Mamud (fmamud) merged commit c099f71 into main Sep 23, 2026
41 checks passed
@fmamud
Felipe Mamud (fmamud) deleted the codex/fix-release-commitlint-footer branch September 23, 2026 15:21
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.

2 participants