Skip to content

Commit

Permalink
chore(release): update release 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tagoro9 committed Dec 12, 2023
1 parent c347579 commit 9d4e393
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ npm install -g fotingo
$ fotingo COMMAND
running command...
$ fotingo (-v|--version|version)
fotingo/4.7.0 linux-x64 node-v16.20.0
fotingo/4.7.2 linux-x64 node-v16.20.2
$ fotingo --help [COMMAND]
USAGE
$ fotingo COMMAND
Expand Down Expand Up @@ -83,7 +83,7 @@ OPTIONS
-i, --issue=issue Specify more issues to include in the release
```

_See code: [src/commands/inspect.ts](https://github.com/tagoro9/fotingo/blob/v4.7.0/src/commands/inspect.ts)_
_See code: [src/commands/inspect.ts](https://github.com/tagoro9/fotingo/blob/v4.7.2/src/commands/inspect.ts)_

## `fotingo open [SOURCE]`

Expand All @@ -97,7 +97,7 @@ ARGUMENTS
SOURCE (jira|pr|repo) [default: jira] Source place that you want to open
```

_See code: [src/commands/open.ts](https://github.com/tagoro9/fotingo/blob/v4.7.0/src/commands/open.ts)_
_See code: [src/commands/open.ts](https://github.com/tagoro9/fotingo/blob/v4.7.2/src/commands/open.ts)_

## `fotingo release RELEASE`

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

## `fotingo review`

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

## `fotingo start [ISSUE]`

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

_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v4.7.0/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v4.7.2/src/commands/start.ts)_

## `fotingo verify`

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

_See code: [src/commands/verify.ts](https://github.com/tagoro9/fotingo/blob/v4.7.0/src/commands/verify.ts)_
_See code: [src/commands/verify.ts](https://github.com/tagoro9/fotingo/blob/v4.7.2/src/commands/verify.ts)_
<!-- commandsstop -->
<!-- prettier-ignore-end -->

Expand Down

0 comments on commit 9d4e393

Please sign in to comment.