File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ Gather commits on tag
66``` json
77// package.json
88devDependencies: {
9- ...
109 "tui-release-notes" : " git+https://github.com/nhnent/tui.release-notes.git"
11- ...
1210}
1311```
1412
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const path = require('path');
77const pkg = require ( path . join ( process . cwd ( ) , 'package.json' ) ) ;
88const { TUI_GITHUB_TOKEN , apiUrl} = process . env ; // eslint-disable-line no-process-env
99
10- const GIT_REPO_REGEXP = / \/ ( [ \w - ] + ) \/ ( [ \w - ] + ) \. g i t \/ ? $ / ; // .../user-name/repository-name.git
10+ const GIT_REPO_REGEXP = / \/ ( [ \w - ] + ) \/ ( [ \w - . ] + ) \. g i t \/ ? $ / ; // .../user-name/repository-name.git
1111/**
1212 * @example
1313 * * sha1sha fixed: some issue (fixes: #122) (author-name)
You can’t perform that action at this time.
0 commit comments