Skip to content

Commit

Permalink
Merge pull request #239 from robcresswell/fix/release-process
Browse files Browse the repository at this point in the history
fix: release properly
  • Loading branch information
robcresswell authored Jan 29, 2020
2 parents c5f83ae + f51b566 commit a96b8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branch": "dev",
"branches": "dev",
"plugins": [
"@semantic-release/commit-analyzer",
[
Expand Down
2 changes: 1 addition & 1 deletion src/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createInterface } from 'readline';

/**
* Prompts for user input, displaying the given `question` string, and returns
* the users input a a string
* the users input as a string
*/
export async function prompt(question: string): Promise<string> {
const rl = createInterface({
Expand Down

0 comments on commit a96b8b5

Please sign in to comment.