Skip to content

Commit 5e4b70e

Browse files
feat: Build for release
1 parent ef20cc9 commit 5e4b70e

File tree

3 files changed

+29
-17
lines changed

3 files changed

+29
-17
lines changed

README.ja.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
uses: technote-space/release-github-actions@v3
8282
with:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84+
# TEST_TAG_PREFIX: test/
85+
# CLEAN_TEST_TAG: true
8486
```
8587
[対象イベントの詳細](#action-%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E8%A9%B3%E7%B4%B0)
8688

@@ -246,21 +248,25 @@ https://github.com/technote-space/release-github-actions/tree/gh-actions
246248

247249
## このアクションを使用しているアクションの例
248250
- [Release GitHub Actions](https://github.com/technote-space/release-github-actions)
249-
- [release.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/release.yml)
251+
- [ci.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/ci.yml)
250252
- [Auto card labeler](https://github.com/technote-space/auto-card-labeler)
251-
- [release.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/release.yml)
253+
- [ci.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/ci.yml)
252254
- [Assign Author](https://github.com/technote-space/assign-author)
253-
- [release.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/release.yml)
255+
- [ci.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/ci.yml)
254256
- [TOC Generator](https://github.com/technote-space/toc-generator)
255-
- [release.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/release.yml)
257+
- [ci.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/ci.yml)
256258
- [Package Version Check Action](https://github.com/technote-space/package-version-check-action)
257-
- [release.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/release.yml)
259+
- [ci.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/ci.yml)
258260
- [Get Diff Action](https://github.com/technote-space/get-diff-action)
259-
- [release.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/release.yml)
261+
- [ci.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/ci.yml)
260262
- [Create Project Card Action](https://github.com/technote-space/create-project-card-action)
261-
- [release.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/release.yml)
263+
- [ci.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/ci.yml)
262264
- [Get git comment action](https://github.com/technote-space/get-git-comment-action)
263-
- [release.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/release.yml)
265+
- [ci.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/ci.yml)
266+
- [PR Commit Body Action](https://github.com/technote-space/pr-commit-body-action)
267+
- [ci.yml](https://github.com/technote-space/pr-commit-body-action/blob/master/.github/workflows/ci.yml)
268+
- [WP Version Check Action](https://github.com/technote-space/wp-version-check-action)
269+
- [ci.yml](https://github.com/technote-space/wp-version-check-action/blob/master/.github/workflows/ci.yml)
264270

265271
## Author
266272
[GitHub (Technote)](https://github.com/technote-space)

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Once you create a new tag, this action will automatically
8181
uses: technote-space/release-github-actions@v3
8282
with:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84+
# TEST_TAG_PREFIX: test/
85+
# CLEAN_TEST_TAG: true
8486
```
8587
[More details of target event](#action-event-details)
8688

@@ -247,21 +249,25 @@ The following tags will be created.
247249

248250
## Sample GitHub Actions using this Action
249251
- [Release GitHub Actions](https://github.com/technote-space/release-github-actions)
250-
- [release.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/release.yml)
252+
- [ci.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/ci.yml)
251253
- [Auto card labeler](https://github.com/technote-space/auto-card-labeler)
252-
- [release.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/release.yml)
254+
- [ci.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/ci.yml)
253255
- [Assign Author](https://github.com/technote-space/assign-author)
254-
- [release.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/release.yml)
256+
- [ci.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/ci.yml)
255257
- [TOC Generator](https://github.com/technote-space/toc-generator)
256-
- [release.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/release.yml)
258+
- [ci.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/ci.yml)
257259
- [Package Version Check Action](https://github.com/technote-space/package-version-check-action)
258-
- [release.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/release.yml)
260+
- [ci.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/ci.yml)
259261
- [Get Diff Action](https://github.com/technote-space/get-diff-action)
260-
- [release.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/release.yml)
262+
- [ci.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/ci.yml)
261263
- [Create Project Card Action](https://github.com/technote-space/create-project-card-action)
262-
- [release.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/release.yml)
264+
- [ci.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/ci.yml)
263265
- [Get git comment action](https://github.com/technote-space/get-git-comment-action)
264-
- [release.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/release.yml)
266+
- [ci.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/ci.yml)
267+
- [PR Commit Body Action](https://github.com/technote-space/pr-commit-body-action)
268+
- [ci.yml](https://github.com/technote-space/pr-commit-body-action/blob/master/.github/workflows/ci.yml)
269+
- [WP Version Check Action](https://github.com/technote-space/wp-version-check-action)
270+
- [ci.yml](https://github.com/technote-space/wp-version-check-action/blob/master/.github/workflows/ci.yml)
265271

266272
## Author
267273
[GitHub (Technote)](https://github.com/technote-space)

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":"19e13186fad4af5d56de7ef9308d7d43a0985ce8","ref":"refs/tags/test/v3.0.2.39212018","tagName":"test/v3.0.2.39212018","branch":"gh-actions","tags":["test/v3.0.2.39212018","test/v3.0.2","test/v3.0","test/v3"],"updated_at":"2020-02-14T08:39:57.001Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"b2205ab43eb9316464dd159fd82eedb978df632a","ref":"refs/tags/v3.0.2","tagName":"v3.0.2","branch":"gh-actions","tags":["v3.0.2","v3.0","v3"],"updated_at":"2020-02-14T10:05:59.231Z"}

0 commit comments

Comments
 (0)