We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8218d5d commit 0425763Copy full SHA for 0425763
release.js
@@ -9,7 +9,7 @@ const fallbackSection = 'Misc Changes'
9
10
// --------------------------------------------------
11
12
-const prNumberRegex = /\(#([-0-9]+)\)/
+const prNumberRegex = /\(#([-0-9]+)\)$/
13
14
const getCommitPullRequest = async (commit, github) => {
15
const match = prNumberRegex.exec(commit.title)
0 commit comments