File tree Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 35
35
![ Cli] ( https://github.com/technote-space/release-github-actions-cli/raw/images/cli.gif )
36
36
37
37
## 使用方法
38
- ### グローバルで使用
38
+ ### package で使用
39
39
1 . インストール
40
40
``` shell script
41
- yarn global add @technote-space/release-github-actions-cli
41
+ yarn add --dev @technote-space/release-github-actions-cli
42
42
```
43
43
1. コマンド実行
44
44
` ` ` shell script
45
- release-ga --token < token> -p < package dir > -t < tag>
45
+ yarn release-ga --token < token> -t < tag>
46
46
` ` `
47
47
48
48
ヘルプ表示
49
49
50
50
` ` ` shell script
51
- release-ga -h
51
+ yarn release-ga -h
52
52
` ` `
53
- # ## package で使用
53
+
54
+ # ## グローバルで使用
54
55
1. インストール
55
56
` ` ` shell script
56
- yarn add --dev @technote-space/release-github-actions-cli
57
+ yarn global add @technote-space/release-github-actions-cli
57
58
` ` `
58
59
1. コマンド実行
59
60
` ` ` shell script
60
- yarn release-ga --token < token> -t < tag>
61
+ release-ga --token < token> -p < package dir > -t < tag>
61
62
` ` `
62
63
63
64
ヘルプ表示
64
65
65
66
` ` ` shell script
66
- yarn release-ga -h
67
+ release-ga -h
67
68
` ` `
68
69
69
70
# # Args
Original file line number Diff line number Diff line change @@ -35,35 +35,36 @@ CLI tool of [Release GitHub Actions](https://github.com/technote-space/release-g
35
35
![ Cli] ( https://github.com/technote-space/release-github-actions-cli/raw/images/cli.gif )
36
36
37
37
## Usage
38
- ### For global
38
+ ### For package
39
39
1 . Install
40
40
``` shell script
41
- yarn global add @technote-space/release-github-actions-cli
41
+ yarn add --dev @technote-space/release-github-actions-cli
42
42
```
43
43
1. Run command
44
44
` ` ` shell script
45
- release-ga --token < token> -p < package dir > -t < tag>
45
+ yarn release-ga --token < token> -t < tag>
46
46
` ` `
47
47
48
48
show help
49
49
50
50
` ` ` shell script
51
- release-ga -h
51
+ yarn release-ga -h
52
52
` ` `
53
- # ## For package
53
+
54
+ # ## For global
54
55
1. Install
55
56
` ` ` shell script
56
- yarn add --dev @technote-space/release-github-actions-cli
57
+ yarn global add @technote-space/release-github-actions-cli
57
58
` ` `
58
59
1. Run command
59
60
` ` ` shell script
60
- yarn release-ga --token < token> -t < tag>
61
+ release-ga --token < token> -p < package dir > -t < tag>
61
62
` ` `
62
63
63
64
show help
64
65
65
66
` ` ` shell script
66
- yarn release-ga -h
67
+ release-ga -h
67
68
` ` `
68
69
69
70
# # Args
You can’t perform that action at this time.
0 commit comments