Skip to content

Commit

Permalink
fix: allow java-yoshi as CLI option (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored and bcoe committed Aug 27, 2019
1 parent ab94350 commit 2d5886f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/bin/release-please.ts
Expand Up @@ -157,7 +157,13 @@ action "github-release" {
})
.option('release-type', {
describe: 'what type of repo is a release being created for?',
choices: ['node', 'php-yoshi', 'java-auth-yoshi', 'ruby-yoshi'],
choices: [
'node',
'php-yoshi',
'java-auth-yoshi',
'java-yoshi',
'ruby-yoshi',
],
default: 'node',
})
.option('bump-minor-pre-major', {
Expand Down

0 comments on commit 2d5886f

Please sign in to comment.