diff --git a/resources/gen-changelog.js b/resources/gen-changelog.js index 48a3cf36..5da12602 100644 --- a/resources/gen-changelog.js +++ b/resources/gen-changelog.js @@ -47,7 +47,7 @@ if (!packageJSON.repository || typeof packageJSON.repository.url !== 'string') { process.exit(1); } -const repoURLMatch = /https:\/\/github.com\/(?[^/]+)\/(?[^/]+).git/.exec( +const repoURLMatch = /https:\/\/github\.com\/(?[^/]+)\/(?[^/]+)\.git/.exec( packageJSON.repository.url, ); if (repoURLMatch == null) {