question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request (@commitlint/parse): Support parsing information for breaking changes

See original GitHub issue

Hi,

I just took a quick look at the type definition for Commit used in @commitlint/parse, I don’t see information related to breaking changes present. Could we support this?

I think either by seeing BREAKING CHANGE in the footer or by spotting the exclamation point ! in the header.

Thank you so much!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
akphicommented, Jan 5, 2021

Looks like for people with my needs, we can just use conventional-commits-parser and note this answer https://github.com/conventional-changelog/conventional-changelog/issues/648#issuecomment-704867077

@escapedcat As for the typings, I suppose you can just use @types/conventional-commits-parser perhaps.

I’m closing this issue now. Thanks!

1reaction
akphicommented, Jan 5, 2021

@escapedcat oh! I see what you mean now, we call conventional-commits-parser anyway. Maybe I should actually file an issue over there. Let me take a look and let you know!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Conventional Commits
This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages. The commit message should be ...
Read more >
@commitlint/config-validator | Yarn - Package Manager
Change Log. All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Read more >
@commitlint/parse - npm
Start using @commitlint/parse in your project by running `npm i @commitlint/parse`. There are 16 other projects in the npm registry using ...
Read more >
How To Automatically Generate A Helpful Changelog From ...
This article describes some tools that can help to automate the changelog ... MAJOR: is incremented when you add breaking changes, e.g. an...
Read more >
Push rules - GitLab Docs
You can require all commits to your project to comply with the DCO. This push rule requires a Signed-off-by: trailer in every commit...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found