Skip to content

Commit

Permalink
chore(release): 2.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.2](v2.3.1...v2.3.2) (2020-10-01)

### Bug Fixes

* **github:** don't fail when using defaults and a match is not found ([d9a237b](d9a237b))
  • Loading branch information
semantic-release-bot committed Oct 1, 2020
1 parent d9a237b commit 4524a74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ npm install -g fotingo
$ fotingo COMMAND
running command...
$ fotingo (-v|--version|version)
fotingo/2.3.1 linux-x64 node-v12.18.3
fotingo/2.3.2 linux-x64 node-v12.18.4
$ fotingo --help [COMMAND]
USAGE
$ fotingo COMMAND
Expand Down Expand Up @@ -82,7 +82,7 @@ OPTIONS
-y, --yes Do not prompt for any input but accept all the defaults
```

_See code: [src/commands/release.ts](https://github.com/tagoro9/fotingo/blob/v2.3.1/src/commands/release.ts)_
_See code: [src/commands/release.ts](https://github.com/tagoro9/fotingo/blob/v2.3.2/src/commands/release.ts)_

## `fotingo review`

Expand All @@ -101,7 +101,7 @@ OPTIONS
-y, --yes Do not prompt for any input but accept all the defaults
```

_See code: [src/commands/review.ts](https://github.com/tagoro9/fotingo/blob/v2.3.1/src/commands/review.ts)_
_See code: [src/commands/review.ts](https://github.com/tagoro9/fotingo/blob/v2.3.2/src/commands/review.ts)_

## `fotingo start [ISSUE]`

Expand All @@ -124,7 +124,7 @@ OPTIONS
-t, --title=title Title of issue to create
```

_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v2.3.1/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v2.3.2/src/commands/start.ts)_
<!-- commandsstop -->
<!-- prettier-ignore-end -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fotingo",
"version": "2.3.1",
"version": "2.3.2",
"description": "A CLI to ease the interaction between git, github and jira.",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 4524a74

Please sign in to comment.