Skip to content

Commit a17a1fb

Browse files
feat: Build for release
1 parent 7d214df commit a17a1fb

File tree

4 files changed

+243
-29
lines changed

4 files changed

+243
-29
lines changed

README.ja.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,6 @@
5454
</details>
5555
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
5656

57-
## スクリーンショット
58-
1. リリース作成前
59-
![Before publish release](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-1.png)
60-
1. リリースを作成 (タグを作成)
61-
![Publish release](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-2.png)
62-
1. GitHub Actions 実行中
63-
![Running GitHub Actions](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-3.png)
64-
1. GitHub Actions 実行後
65-
![After running GitHub Actions](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-4.png)
66-
6757
## インストール
6858
1. workflow を設定
6959
例: `.github/workflows/release.yml`
@@ -86,6 +76,16 @@
8676
```
8777
[対象イベントの詳細](#action-%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E8%A9%B3%E7%B4%B0)
8878

79+
## スクリーンショット
80+
1. リリース作成前
81+
![Before publish release](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-1.png)
82+
1. リリースを作成 (タグを作成)
83+
![Publish release](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-2.png)
84+
1. GitHub Actions 実行中
85+
![Running GitHub Actions](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-3.png)
86+
1. GitHub Actions 実行後
87+
![After running GitHub Actions](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-4.png)
88+
8989
## オプション
9090
### BUILD_COMMAND
9191
ビルド用コマンド
@@ -160,6 +160,9 @@ default: `'false'`
160160
default: `''`
161161
例:`'original/'`
162162

163+
## CLI ツール
164+
[![technote-space/release-github-actions-cli - GitHub](https://gh-card.dev/repos/technote-space/release-github-actions-cli.svg)](https://github.com/technote-space/release-github-actions-cli)
165+
163166
## Execute commands
164167
### ビルド
165168
- `build``production``prod` または `package` が package.json の scripts に含まれる場合、ビルド用のコマンドとしてそれを使用します。([BUILD_COMMAND_TARGET](#build_command_target) で変更可能です)

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,6 @@ Once you create a new tag, this action will automatically
5454
</details>
5555
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
5656

57-
## Screenshots
58-
1. Before publish release
59-
![Before publish release](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-1.png)
60-
1. Publish release (Create tag)
61-
![Publish release](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-2.png)
62-
1. Running `GitHub Actions`
63-
![Running GitHub Actions](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-3.png)
64-
1. After running `GitHub Actions`
65-
![After running GitHub Actions](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-4.png)
66-
6757
## Installation
6858
1. Setup workflow
6959
e.g. `.github/workflows/release.yml`
@@ -86,6 +76,16 @@ Once you create a new tag, this action will automatically
8676
```
8777
[More details of target event](#action-event-details)
8878

79+
## Screenshots
80+
1. Before publish release
81+
![Before publish release](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-1.png)
82+
1. Publish release (Create tag)
83+
![Publish release](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-2.png)
84+
1. Running `GitHub Actions`
85+
![Running GitHub Actions](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-3.png)
86+
1. After running `GitHub Actions`
87+
![After running GitHub Actions](https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-4.png)
88+
8989
## Options
9090
### BUILD_COMMAND
9191
Build command.
@@ -160,6 +160,9 @@ Prefix to add when leaving the original tag.
160160
default: `''`
161161
e.g. `'original/'`
162162

163+
## CLI Tool
164+
[![technote-space/release-github-actions-cli - GitHub](https://gh-card.dev/repos/technote-space/release-github-actions-cli.svg)](https://github.com/technote-space/release-github-actions-cli)
165+
163166
## Execute commands
164167
### Build
165168
- If package.json includes `build`, `production`, `prod` or `package` in scripts, the command is used for build. (You can change this with [BUILD_COMMAND_TARGET](#build_command_target))

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"release-github-actions","sha":"db4b290800733c2f8802cc56ffeb6bc1061ef693","ref":"refs/tags/test/v3.0.5.47609607","tagName":"test/v3.0.5.47609607","branch":"gh-actions","tags":["test/v3.0.5.47609607","test/v3.0.5","test/v3.0","test/v3"],"updated_at":"2020-03-01T10:08:45.580Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v3.0.5","branch":"gh-actions","tags":["test/v3.0.5","test/v3.0","test/v3"],"updated_at":"2020-03-02T05:20:51.013Z"}

0 commit comments

Comments
 (0)