Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Sep 14, 2017
1 parent 90b06f7 commit 67c38dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commits.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const MATCH_STATS = /(\d+) files? changed(?:, (\d+) insertions?...)?(?:, (\d+) d
const TAG_PREFIX = 'tag: '

// https://help.github.com/articles/closing-issues-via-commit-messages
const MATCH_ISSUE_FIX = /(?:close(?:s|d)?|fix(?:es|ed)?|resolve(?:s|d)?)\s(#\d+|https?:\/\/github\.com\/[^\/]+\/[^\/]+\/issues\/\d+)/gi
const MATCH_ISSUE_FIX = /(?:close(?:s|d)?|fix(?:es|ed)?|resolve(?:s|d)?)\s(#\d+|https?:\/\/github\.com\/[^/]+\/[^/]+\/issues\/\d+)/gi
const MATCH_PULL_MERGE = /Merge pull request (#\d+) from .+\n\n(.+)/

export function parseCommits (string) {
Expand Down

0 comments on commit 67c38dd

Please sign in to comment.