Skip to content

Commit

Permalink
chore: reference #174 in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Feb 17, 2024
1 parent a642e10 commit 649aad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/getCommitMeaning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const releaseCommitTester =
export function getCommitMeaning(message: string) {
// Some types are always meaningful or ignored, regardless of potentially release-like messages
// options from https://github.com/conventional-changelog/conventional-changelog/issues/648#issuecomment-704867077
// https://github.com/JoshuaKGoldberg/should-semantic-release/issues/174
const { notes, type } = conventionalCommitsParser.sync(message, {
breakingHeaderPattern: /^(\w*)(?:\((.*)\))?!: (.*)$/,
} as object);
Expand Down

0 comments on commit 649aad9

Please sign in to comment.