Skip to content

Commit 7b4a0f2

Browse files
feat: build for release
1 parent 81211b7 commit 7b4a0f2

File tree

12 files changed

+463
-33601
lines changed

12 files changed

+463
-33601
lines changed

README.ja.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Release GitHub Actions
22

33
[![CI Status](https://github.com/technote-space/release-github-actions/workflows/CI/badge.svg)](https://github.com/technote-space/release-github-actions/actions)
4-
[![codecov](https://codecov.io/gh/technote-space/release-github-actions/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/release-github-actions)
4+
[![codecov](https://codecov.io/gh/technote-space/release-github-actions/branch/main/graph/badge.svg)](https://codecov.io/gh/technote-space/release-github-actions)
55
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/release-github-actions/badge)](https://www.codefactor.io/repository/github/technote-space/release-github-actions)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/release-github-actions/blob/master/LICENSE)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/release-github-actions/blob/main/LICENSE)
77

88
*Read this in other languages: [English](README.md), [日本語](README.ja.md).*
99

@@ -246,28 +246,6 @@ https://github.com/technote-space/release-github-actions/tree/gh-actions
246246
- パッチバージョンのタグ名 (指定されたタグ名から生成)
247247
- 例:`v1.2.3`
248248

249-
## このアクションを使用しているアクションの例
250-
- [Release GitHub Actions](https://github.com/technote-space/release-github-actions)
251-
- [ci.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/ci.yml)
252-
- [Auto card labeler](https://github.com/technote-space/auto-card-labeler)
253-
- [ci.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/ci.yml)
254-
- [Assign Author](https://github.com/technote-space/assign-author)
255-
- [ci.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/ci.yml)
256-
- [TOC Generator](https://github.com/technote-space/toc-generator)
257-
- [ci.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/ci.yml)
258-
- [Package Version Check Action](https://github.com/technote-space/package-version-check-action)
259-
- [ci.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/ci.yml)
260-
- [Get Diff Action](https://github.com/technote-space/get-diff-action)
261-
- [ci.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/ci.yml)
262-
- [Create Project Card Action](https://github.com/technote-space/create-project-card-action)
263-
- [ci.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/ci.yml)
264-
- [Get git comment action](https://github.com/technote-space/get-git-comment-action)
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)
270-
271249
## Author
272250
[GitHub (Technote)](https://github.com/technote-space)
273251
[Blog](https://technote.space)

README.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Release GitHub Actions
22

33
[![CI Status](https://github.com/technote-space/release-github-actions/workflows/CI/badge.svg)](https://github.com/technote-space/release-github-actions/actions)
4-
[![codecov](https://codecov.io/gh/technote-space/release-github-actions/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/release-github-actions)
4+
[![codecov](https://codecov.io/gh/technote-space/release-github-actions/branch/main/graph/badge.svg)](https://codecov.io/gh/technote-space/release-github-actions)
55
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/release-github-actions/badge)](https://www.codefactor.io/repository/github/technote-space/release-github-actions)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/release-github-actions/blob/master/LICENSE)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/release-github-actions/blob/main/LICENSE)
77

88
*Read this in other languages: [English](README.md), [日本語](README.ja.md).*
99

@@ -247,28 +247,6 @@ The following tags will be created.
247247
- patch tag name (generated by tag name)
248248
- e.g. `v1.2.3`
249249

250-
## Sample GitHub Actions using this Action
251-
- [Release GitHub Actions](https://github.com/technote-space/release-github-actions)
252-
- [ci.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/ci.yml)
253-
- [Auto card labeler](https://github.com/technote-space/auto-card-labeler)
254-
- [ci.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/ci.yml)
255-
- [Assign Author](https://github.com/technote-space/assign-author)
256-
- [ci.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/ci.yml)
257-
- [TOC Generator](https://github.com/technote-space/toc-generator)
258-
- [ci.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/ci.yml)
259-
- [Package Version Check Action](https://github.com/technote-space/package-version-check-action)
260-
- [ci.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/ci.yml)
261-
- [Get Diff Action](https://github.com/technote-space/get-diff-action)
262-
- [ci.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/ci.yml)
263-
- [Create Project Card Action](https://github.com/technote-space/create-project-card-action)
264-
- [ci.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/ci.yml)
265-
- [Get git comment action](https://github.com/technote-space/get-git-comment-action)
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)
271-
272250
## Author
273251
[GitHub (Technote)](https://github.com/technote-space)
274252
[Blog](https://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":"1e0030250190434b5b41a7eee14c624c58eb6e29","ref":"refs/tags/test/v7.0.7.1200069070","tagName":"test/v7.0.7.1200069070","branch":"gh-actions","tags":["test/v7.0.7.1200069070","test/v7.0.7","test/v7.0","test/v7"],"updated_at":"2021-09-04T03:03:09.551Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v7.0.7","branch":"gh-actions","tags":["test/v7.0.7","test/v7.0","test/v7"],"updated_at":"2021-09-05T10:06:02.640Z"}

0 commit comments

Comments
 (0)