File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
conventional-github-releaser/src
conventional-gitlab-releaser/src
conventional-tidelift-releaser/src Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,9 @@ const cli = meow({
47
47
} ,
48
48
token : {
49
49
alias : 't' ,
50
- default : process . env . CONVENTIONAL_GITHUB_RELEASER_TOKEN ,
51
- type : 'string'
50
+ default : process . env . CONVENTIONAL_GITHUB_RELEASER_TOKEN || '' ,
51
+ type : 'string' ,
52
+ isRequired : false
52
53
} ,
53
54
preset : {
54
55
alias : 'p' ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const cli = meow({
44
44
} ,
45
45
token : {
46
46
alias : 't' ,
47
- default : process . env . CONVENTIONAL_GITLAB_RELEASER_TOKEN ,
47
+ default : process . env . CONVENTIONAL_GITLAB_RELEASER_TOKEN || '' ,
48
48
type : 'string'
49
49
} ,
50
50
preset : {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const cli = meow({
48
48
} ,
49
49
token : {
50
50
alias : 't' ,
51
- default : process . env . CONVENTIONAL_GITLAB_RELEASER_TOKEN ,
51
+ default : process . env . CONVENTIONAL_GITLAB_RELEASER_TOKEN || '' ,
52
52
type : 'string'
53
53
} ,
54
54
preset : {
You can’t perform that action at this time.
0 commit comments