Skip to content

Commit

Permalink
chore(release): 3.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.1](v3.4.0...v3.4.1) (2021-04-01)

### Bug Fixes

* **git:** remove log warning ([0f64c1f](0f64c1f))
  • Loading branch information
semantic-release-bot committed Apr 1, 2021
1 parent d4b9d6e commit 71214dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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/3.4.0 linux-x64 node-v12.20.2
fotingo/3.4.1 linux-x64 node-v12.21.0
$ fotingo --help [COMMAND]
USAGE
$ fotingo COMMAND
Expand Down Expand Up @@ -64,7 +64,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_

## `fotingo release RELEASE`

Expand All @@ -84,7 +84,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/v3.4.0/src/commands/release.ts)_
_See code: [src/commands/release.ts](https://github.com/tagoro9/fotingo/blob/v3.4.1/src/commands/release.ts)_

## `fotingo review`

Expand All @@ -103,7 +103,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/v3.4.0/src/commands/review.ts)_
_See code: [src/commands/review.ts](https://github.com/tagoro9/fotingo/blob/v3.4.1/src/commands/review.ts)_

## `fotingo start [ISSUE]`

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

_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v3.4.0/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v3.4.1/src/commands/start.ts)_

## `fotingo verify`

Expand All @@ -137,7 +137,7 @@ USAGE
$ fotingo verify
```

_See code: [src/commands/verify.ts](https://github.com/tagoro9/fotingo/blob/v3.4.0/src/commands/verify.ts)_
_See code: [src/commands/verify.ts](https://github.com/tagoro9/fotingo/blob/v3.4.1/src/commands/verify.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": "3.4.0",
"version": "3.4.1",
"description": "A CLI to ease the interaction between git, github and jira.",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 71214dc

Please sign in to comment.