Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Don't restrict length for commit message footer #467

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

hashtagchris
Copy link
Contributor

@hashtagchris hashtagchris commented Aug 5, 2024

A breaking change footer like the one below is over 100 characters, resulting in commitlint CI failures.

BREAKING CHANGE: `ssri` is now compatible with the following semver range for node: `^16.13.0 || >=18.0.0`

References

Example CI failure: https://github.com/npm/ssri/actions/runs/10169599799/job/28126863705#step:7:12

Associated PR: npm/ssri#137

@hashtagchris hashtagchris requested a review from a team as a code owner August 5, 2024 19:30
@hashtagchris hashtagchris changed the title chore: Don't restrict length for breaking change footer chore: Don't restrict length for commit message footer Aug 5, 2024
@wraithgar wraithgar changed the title chore: Don't restrict length for commit message footer fix: Don't restrict length for commit message footer Aug 5, 2024
@hashtagchris hashtagchris merged commit 8f57829 into main Aug 5, 2024
21 checks passed
@hashtagchris hashtagchris deleted the hashtagchris-footer-length branch August 5, 2024 20:16
@github-actions github-actions bot mentioned this pull request Aug 5, 2024
hashtagchris added a commit that referenced this pull request Aug 5, 2024
<!-- What / Why -->
<!-- Describe the request in detail. What it does and why it's being
changed. -->

Our breaking change footers related to engine changes are often >100
characters, resulting in commitlint CI failures.

<!-- Examples:
  Related to #0
  Depends on #0
  Blocked by #0
  Fixes #0
  Closes #0
-->

Example CI failure:
https://github.com/npm/ssri/actions/runs/10169599799/job/28126863705#step:7:12

Associated PR: npm/ssri#137
wraithgar pushed a commit that referenced this pull request Aug 13, 2024
🤖 I have created a release *beep* *boop*
---


##
[4.23.2](v4.23.1...v4.23.2)
(2024-08-13)

### Bug Fixes

*
[`fa37073`](fa37073)
[#469](#469) proper workspace
tap config for tap18 and up (@wraithgar)
*
[`6a2200d`](6a2200d)
[#465](#465) omit nyc config for
all tap versions above 18 (#465) (@wraithgar)
*
[`6ee703d`](6ee703d)
Don't restrict length for commit message footer (#467) (@hashtagchris)
*
[`87d3ed9`](87d3ed9)
[#466](#466) update codeql
runner version (#466) (@wraithgar)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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