File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 74
74
"commitmsg" : " cz-customizable-ghooks" ,
75
75
"cz" : " git add . && git-cz && npm run git:push" ,
76
76
"semver" : " semantic-release" ,
77
+ "semver:dry-run" : " semantic-release --dry-run" ,
77
78
"commit" : " npm run cz" ,
78
79
"git:push" : " git push-upstream"
79
80
},
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ function getWriterOpts(config) {
110
110
let url = context . repository
111
111
? `${ context . host } /${ context . owner } /${ context . repository } `
112
112
: context . repoUrl ;
113
+
113
114
if ( url ) {
114
115
url = `${ url } /issues/` ;
115
116
// Issue URLs.
@@ -118,6 +119,7 @@ function getWriterOpts(config) {
118
119
return `[#${ issue } ](${ url } ${ issue } )` ;
119
120
} ) ;
120
121
}
122
+
121
123
if ( context . host ) {
122
124
// User URLs.
123
125
commit . subject = commit . subject . replace (
You can’t perform that action at this time.
0 commit comments