Skip to content

Commit

Permalink
Merge pull request #2 from kbarendrecht/patch-1
Browse files Browse the repository at this point in the history
Update regex to match clubhouse identifiers without preceding verb
  • Loading branch information
HarmenM authored Jul 7, 2021
2 parents bd252e5 + 45fe862 commit cc08893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type ClubhouseBulkUpdateStories = {
}

export class ReleaseNotesGenerator {
private issueRegex = /\b(?:fixes|fix|closes|closed|finish|finishes)\b (?:\[?)ch(?:-?)(\d+)(?:\]?)/gi;
private issueRegex = /\b(?:fixes|fix|closes|closed|finish|finishes)?\b (?:\[?)ch(?:-?)(\d+)(?:\]?)/gi;
private prRegex = /pull request \#(\d+)/i;

constructor(
Expand Down

0 comments on commit cc08893

Please sign in to comment.