Skip to content

Commit 94a7d45

Browse files
github-actions[bot]tagoro9
authored andcommitted
chore(release): update release 4.7.0
1 parent cd59f6a commit 94a7d45

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

+9-13
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,24 @@ The first time that you run fotingo, it will ask you for some information:
2727

2828
<!-- prettier-ignore-start -->
2929
<!-- usage -->
30-
3130
```sh-session
3231
$ npm install -g fotingo
3332
$ fotingo COMMAND
3433
running command...
3534
$ fotingo (-v|--version|version)
36-
fotingo/4.4.0 linux-x64 node-v16.18.1
35+
fotingo/4.7.0 linux-x64 node-v16.20.0
3736
$ fotingo --help [COMMAND]
3837
USAGE
3938
$ fotingo COMMAND
4039
...
4140
```
42-
4341
<!-- usagestop -->
4442
<!-- prettier-ignore-end -->
4543

4644
## Commands
4745

4846
<!-- prettier-ignore-start -->
4947
<!-- commands -->
50-
5148
* [`fotingo help [COMMAND]`](#fotingo-help-command)
5249
* [`fotingo inspect`](#fotingo-inspect)
5350
* [`fotingo open [SOURCE]`](#fotingo-open-source)
@@ -75,8 +72,7 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1
7572

7673
## `fotingo inspect`
7774

78-
Output information about the specified element. If no element is specified, output information about the execution
79-
context
75+
Output information about the specified element. If no element is specified, output information about the execution context
8076

8177
```
8278
USAGE
@@ -87,7 +83,7 @@ OPTIONS
8783
-i, --issue=issue Specify more issues to include in the release
8884
```
8985

90-
_See code: [src/commands/inspect.ts](https://github.com/tagoro9/fotingo/blob/v4.4.0/src/commands/inspect.ts)_
86+
_See code: [src/commands/inspect.ts](https://github.com/tagoro9/fotingo/blob/v4.7.0/src/commands/inspect.ts)_
9187

9288
## `fotingo open [SOURCE]`
9389

@@ -98,10 +94,10 @@ USAGE
9894
$ fotingo open [SOURCE]
9995
10096
ARGUMENTS
101-
SOURCE (jira|pr) [default: jira] Source place that you want to open
97+
SOURCE (jira|pr|repo) [default: jira] Source place that you want to open
10298
```
10399

104-
_See code: [src/commands/open.ts](https://github.com/tagoro9/fotingo/blob/v4.4.0/src/commands/open.ts)_
100+
_See code: [src/commands/open.ts](https://github.com/tagoro9/fotingo/blob/v4.7.0/src/commands/open.ts)_
105101

106102
## `fotingo release RELEASE`
107103

@@ -121,7 +117,7 @@ OPTIONS
121117
-y, --yes Do not prompt for any input but accept all the defaults
122118
```
123119

124-
_See code: [src/commands/release.ts](https://github.com/tagoro9/fotingo/blob/v4.4.0/src/commands/release.ts)_
120+
_See code: [src/commands/release.ts](https://github.com/tagoro9/fotingo/blob/v4.7.0/src/commands/release.ts)_
125121

126122
## `fotingo review`
127123

@@ -140,7 +136,7 @@ OPTIONS
140136
-y, --yes Do not prompt for any input but accept all the defaults
141137
```
142138

143-
_See code: [src/commands/review.ts](https://github.com/tagoro9/fotingo/blob/v4.4.0/src/commands/review.ts)_
139+
_See code: [src/commands/review.ts](https://github.com/tagoro9/fotingo/blob/v4.7.0/src/commands/review.ts)_
144140

145141
## `fotingo start [ISSUE]`
146142

@@ -164,7 +160,7 @@ OPTIONS
164160
-t, --title=title Title of issue to create
165161
```
166162

167-
_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v4.4.0/src/commands/start.ts)_
163+
_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v4.7.0/src/commands/start.ts)_
168164

169165
## `fotingo verify`
170166

@@ -175,7 +171,7 @@ USAGE
175171
$ fotingo verify
176172
```
177173

178-
_See code: [src/commands/verify.ts](https://github.com/tagoro9/fotingo/blob/v4.4.0/src/commands/verify.ts)_
174+
_See code: [src/commands/verify.ts](https://github.com/tagoro9/fotingo/blob/v4.7.0/src/commands/verify.ts)_
179175
<!-- commandsstop -->
180176
<!-- prettier-ignore-end -->
181177

0 commit comments

Comments
 (0)