You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// isDefault being present means that the plugin defaulted to `{ auto: true }` for the setCommitsOptions, meaning that wee should not throw when CLI throws because there is no repo
95
-
if(!("isDefault"insetCommitsOption)){
96
-
throwe;
97
-
}else{
94
+
// shouldNotThrowOnFailure being present means that the plugin defaulted to `{ auto: true }` for the setCommitsOptions, meaning that wee should not throw when CLI throws because there is no repo
95
+
if(
96
+
"shouldNotThrowOnFailure"insetCommitsOption&&
97
+
setCommitsOption.shouldNotThrowOnFailure
98
+
){
98
99
logger.debug(
99
-
"An error occurred setting commits on release (this message can be ignored unless your commits on release are desired):",
100
+
"An error occurred setting commits on release (this message can be ignored unless you commits on release are desired):",
0 commit comments