Skip to content

Commit

Permalink
fix: strf-9375 Fix custom release tag selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc committed Sep 30, 2021
1 parent 67a6ca4 commit f41d6dd
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 44 deletions.
1 change: 1 addition & 0 deletions lib/release/questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ async function askQuestions(currentVersion, githubToken, remotes) {
name: 'version',
type: 'input',
message: 'What specific version would you like',
askAnswered: true,
when: (answers) => answers.version === 'custom',
validate: (value) => {
const valid = semver.valid(value) && true;
Expand Down
Loading

0 comments on commit f41d6dd

Please sign in to comment.