Skip to content

Commit 9aa2cb5

Browse files
Merge pull request #58 from technote-space/release/next-v1.5.1
release: v1.5.2
2 parents 9e5dea9 + 6ce21bb commit 9aa2cb5

File tree

4 files changed

+34
-24
lines changed

4 files changed

+34
-24
lines changed

README.ja.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
<details>
1717
<summary>Details</summary>
1818

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)
1920
- [使用方法](#%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)
2121
- [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)
2223
- [Args](#args)
2324
- [必須](#%E5%BF%85%E9%A0%88)
2425
- [オプション](#%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3)
@@ -31,36 +32,40 @@
3132
</details>
3233
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3334

35+
## スクリーンショット
36+
![Cli](https://github.com/technote-space/release-github-actions-cli/raw/images/cli.gif)
37+
3438
## 使用方法
35-
### グローバルで使用
39+
### package で使用
3640
1. インストール
3741
```shell script
38-
yarn global add @technote-space/release-github-actions-cli
42+
yarn add --dev @technote-space/release-github-actions-cli
3943
```
4044
1. コマンド実行
4145
```shell script
42-
release-ga --token <token> -p <package dir> -t <tag>
46+
yarn release-ga --token <token> -t <tag>
4347
```
4448

4549
ヘルプ表示
4650

4751
```shell script
48-
release-ga -h
52+
yarn release-ga -h
4953
```
50-
### package で使用
54+
55+
### グローバルで使用
5156
1. インストール
5257
```shell script
53-
yarn add --dev @technote-space/release-github-actions-cli
58+
yarn global add @technote-space/release-github-actions-cli
5459
```
5560
1. コマンド実行
5661
```shell script
57-
yarn release-ga --token <token> -t <tag>
62+
release-ga --token <token> -p <package dir> -t <tag>
5863
```
5964

6065
ヘルプ表示
6166

6267
```shell script
63-
yarn release-ga -h
68+
release-ga -h
6469
```
6570

6671
## Args

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ CLI tool of [Release GitHub Actions](https://github.com/technote-space/release-g
1616
<details>
1717
<summary>Details</summary>
1818

19+
- [Screenshot](#screenshot)
1920
- [Usage](#usage)
20-
- [For global](#for-global)
2121
- [For package](#for-package)
22+
- [For global](#for-global)
2223
- [Args](#args)
2324
- [Required](#required)
2425
- [Option](#option)
@@ -31,36 +32,40 @@ CLI tool of [Release GitHub Actions](https://github.com/technote-space/release-g
3132
</details>
3233
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3334

35+
## Screenshot
36+
![Cli](https://github.com/technote-space/release-github-actions-cli/raw/images/cli.gif)
37+
3438
## Usage
35-
### For global
39+
### For package
3640
1. Install
3741
```shell script
38-
yarn global add @technote-space/release-github-actions-cli
42+
yarn add --dev @technote-space/release-github-actions-cli
3943
```
4044
1. Run command
4145
```shell script
42-
release-ga --token <token> -p <package dir> -t <tag>
46+
yarn release-ga --token <token> -t <tag>
4347
```
4448

4549
show help
4650

4751
```shell script
48-
release-ga -h
52+
yarn release-ga -h
4953
```
50-
### For package
54+
55+
### For global
5156
1. Install
5257
```shell script
53-
yarn add --dev @technote-space/release-github-actions-cli
58+
yarn global add @technote-space/release-github-actions-cli
5459
```
5560
1. Run command
5661
```shell script
57-
yarn release-ga --token <token> -t <tag>
62+
release-ga --token <token> -p <package dir> -t <tag>
5863
```
5964

6065
show help
6166

6267
```shell script
63-
yarn release-ga -h
68+
release-ga -h
6469
```
6570

6671
## Args

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/release-github-actions-cli",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Release GitHub Actions Cli",
55
"author": {
66
"name": "Technote",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.2.2", "@actions/core@^1.2.3":
5+
"@actions/core@^1.2.3":
66
version "1.2.3"
77
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.3.tgz#e844b4fa0820e206075445079130868f95bfca95"
88
integrity sha512-Wp4xnyokakM45Uuj4WLUxdsa8fJjKVl1fDTsPbTEcTcuu0Nb26IPQbOtjmnfaCPGcaoPOOqId8H9NapZ8gii4w==
@@ -604,11 +604,11 @@
604604
type-detect "4.0.8"
605605

606606
"@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==
610610
dependencies:
611-
"@actions/core" "^1.2.2"
611+
"@actions/core" "^1.2.3"
612612
"@actions/github" "^2.1.1"
613613

614614
"@technote-space/github-action-helper@^2.0.0":

0 commit comments

Comments
 (0)