File tree Expand file tree Collapse file tree 4 files changed +34
-24
lines changed Expand file tree Collapse file tree 4 files changed +34
-24
lines changed Original file line number Diff line number Diff line change 16
16
<details >
17
17
<summary >Details</summary >
18
18
19
+ - [ スクリーンショット] ( #%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88 )
19
20
- [ 使用方法] ( #%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95 )
20
- - [ グローバルで使用] ( #%E3%82%B0%E3%83%AD%E3%83%BC%E3%83%90%E3%83%AB%E3%81%A7%E4%BD%BF%E7%94%A8 )
21
21
- [ package で使用] ( #package-%E3%81%A7%E4%BD%BF%E7%94%A8 )
22
+ - [ グローバルで使用] ( #%E3%82%B0%E3%83%AD%E3%83%BC%E3%83%90%E3%83%AB%E3%81%A7%E4%BD%BF%E7%94%A8 )
22
23
- [ Args] ( #args )
23
24
- [ 必須] ( #%E5%BF%85%E9%A0%88 )
24
25
- [ オプション] ( #%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3 )
31
32
</details >
32
33
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
33
34
35
+ ## スクリーンショット
36
+ ![ Cli] ( https://github.com/technote-space/release-github-actions-cli/raw/images/cli.gif )
37
+
34
38
## 使用方法
35
- ### グローバルで使用
39
+ ### package で使用
36
40
1 . インストール
37
41
``` shell script
38
- yarn global add @technote-space/release-github-actions-cli
42
+ yarn add --dev @technote-space/release-github-actions-cli
39
43
```
40
44
1. コマンド実行
41
45
` ` ` shell script
42
- release-ga --token < token> -p < package dir > -t < tag>
46
+ yarn release-ga --token < token> -t < tag>
43
47
` ` `
44
48
45
49
ヘルプ表示
46
50
47
51
` ` ` shell script
48
- release-ga -h
52
+ yarn release-ga -h
49
53
` ` `
50
- # ## package で使用
54
+
55
+ # ## グローバルで使用
51
56
1. インストール
52
57
` ` ` shell script
53
- yarn add --dev @technote-space/release-github-actions-cli
58
+ yarn global add @technote-space/release-github-actions-cli
54
59
` ` `
55
60
1. コマンド実行
56
61
` ` ` shell script
57
- yarn release-ga --token < token> -t < tag>
62
+ release-ga --token < token> -p < package dir > -t < tag>
58
63
` ` `
59
64
60
65
ヘルプ表示
61
66
62
67
` ` ` shell script
63
- yarn release-ga -h
68
+ release-ga -h
64
69
` ` `
65
70
66
71
# # Args
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ CLI tool of [Release GitHub Actions](https://github.com/technote-space/release-g
16
16
<details >
17
17
<summary >Details</summary >
18
18
19
+ - [ Screenshot] ( #screenshot )
19
20
- [ Usage] ( #usage )
20
- - [ For global] ( #for-global )
21
21
- [ For package] ( #for-package )
22
+ - [ For global] ( #for-global )
22
23
- [ Args] ( #args )
23
24
- [ Required] ( #required )
24
25
- [ Option] ( #option )
@@ -31,36 +32,40 @@ CLI tool of [Release GitHub Actions](https://github.com/technote-space/release-g
31
32
</details >
32
33
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
33
34
35
+ ## Screenshot
36
+ ![ Cli] ( https://github.com/technote-space/release-github-actions-cli/raw/images/cli.gif )
37
+
34
38
## Usage
35
- ### For global
39
+ ### For package
36
40
1 . Install
37
41
``` shell script
38
- yarn global add @technote-space/release-github-actions-cli
42
+ yarn add --dev @technote-space/release-github-actions-cli
39
43
```
40
44
1. Run command
41
45
` ` ` shell script
42
- release-ga --token < token> -p < package dir > -t < tag>
46
+ yarn release-ga --token < token> -t < tag>
43
47
` ` `
44
48
45
49
show help
46
50
47
51
` ` ` shell script
48
- release-ga -h
52
+ yarn release-ga -h
49
53
` ` `
50
- # ## For package
54
+
55
+ # ## For global
51
56
1. Install
52
57
` ` ` shell script
53
- yarn add --dev @technote-space/release-github-actions-cli
58
+ yarn global add @technote-space/release-github-actions-cli
54
59
` ` `
55
60
1. Run command
56
61
` ` ` shell script
57
- yarn release-ga --token < token> -t < tag>
62
+ release-ga --token < token> -p < package dir > -t < tag>
58
63
` ` `
59
64
60
65
show help
61
66
62
67
` ` ` shell script
63
- yarn release-ga -h
68
+ release-ga -h
64
69
` ` `
65
70
66
71
# # Args
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @technote-space/release-github-actions-cli" ,
3
- "version" : " 1.5.1 " ,
3
+ "version" : " 1.5.2 " ,
4
4
"description" : " Release GitHub Actions Cli" ,
5
5
"author" : {
6
6
"name" : " Technote" ,
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @actions/core@^1.2.2 " , "@actions/core@^1.2. 3":
5
+ " @actions/core@^1.2.3 " :
6
6
version "1.2.3"
7
7
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.3.tgz#e844b4fa0820e206075445079130868f95bfca95"
8
8
integrity sha512-Wp4xnyokakM45Uuj4WLUxdsa8fJjKVl1fDTsPbTEcTcuu0Nb26IPQbOtjmnfaCPGcaoPOOqId8H9NapZ8gii4w==
604
604
type-detect "4.0.8"
605
605
606
606
" @technote-space/filter-github-action@^0.2.5 " :
607
- version "0.2.5 "
608
- resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.2.5 .tgz#53aea7cf9026bb86cb89ad2053197d07336e9c86 "
609
- integrity sha512-+hKxXMVdmkB0tTVZLvUwwLLHYiweD8DJZUuPjjrmXJgu6HC6j349gywYCSBmBjoFAlGip+vhbpKnWBNDV2ht+g ==
607
+ version "0.2.6 "
608
+ resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.2.6 .tgz#0872c1726cb7d6b784d34e55b12764fc10eccdf8 "
609
+ integrity sha512-Kt9RxNbndKfCVw4rFwzXQitKWphqxh0Ipjehc5HyntLxsKdqLMvoecHtiAP9grPOoZtmAccW4YC0o/TkbokVPg ==
610
610
dependencies :
611
- " @actions/core" " ^1.2.2 "
611
+ " @actions/core" " ^1.2.3 "
612
612
" @actions/github" " ^2.1.1"
613
613
614
614
" @technote-space/github-action-helper@^2.0.0 " :
You can’t perform that action at this time.
0 commit comments