Skip to content

Commit 06e42ee

Browse files
committed
📝 Add README_JA.md
1 parent 63024f2 commit 06e42ee

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,9 @@
4040

4141
<!-- /code_chunk_output -->
4242

43-
## Features
43+
## How to auto release
4444

45-
- :smile: generate [semantic-release](https://github.com/semantic-release/semantic-release) setting files and release template.
46-
- :rocket: auto release by semver (semantic versioning) just by committing with gitmoji. ( [like this](https://github.com/nkmr-jp/gitmoji-semver-sample/releases) )
47-
48-
## How to auto release ( using GithubActions. only 3 minutes )
45+
**Use GithubActions. Time required: 3 minutes**
4946

5047
The following steps will auto release with gitmoji using GithubActions. You only need to add two files, and you're ready to go. Feel free to try it out in your own Github Repository.
5148

README_JA.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929

3030
<!-- code_chunk_output -->
3131

32-
- [特徴](#特徴)
33-
- [自動リリースの方法 (GithubActionsを使います。所要時間3分)](#自動リリースの方法-githubactionsを使います所要時間3分)
32+
- [自動リリースの方法](#自動リリースの方法)
3433
- [手順 1: `.semver.yml` をリポジトリのルートに追加](#手順-1-semveryml-をリポジトリのルートに追加)
3534
- [手順 2: `release.yml``.github/workflows/` に追加](#手順-2-releaseyml-を-githubworkflows-に追加)
3635
- [手順 3: コミットしてプッシュ](#手順-3-コミットしてプッシュ)
@@ -41,14 +40,9 @@
4140

4241
<!-- /code_chunk_output -->
4342

44-
## 特徴
43+
## 自動リリースの方法
4544

46-
- :smile: [semantic-release](https://github.com/semantic-release/semantic-release) の設定ファイルやテンプレート生成。
47-
- :rocket: gitmojiを使ったコミットをするだけで semver (semantic versioning) による自動バージョニングとリリース. ( [like this](https://github.com/nkmr-jp/gitmoji-semver-sample/releases) )
48-
49-
## 自動リリースの方法 (GithubActionsを使います。所要時間3分)
50-
51-
以下の手順でGithubActionsを使ってgitmojiで自動リリースします。
45+
**GithubActionsを使います。所要時間3分**
5246
ファイルを2つ追加するだけで、準備は完了です。
5347
自分のGithubリポジトリで気軽に試してみてください。
5448

@@ -130,7 +124,7 @@ git commit -m ":sparkles: Introduce new features."
130124
git push
131125
```
132126

133-
:tada: 完了しました。Githubリポジトリのリリースページを確認してみましょう。
127+
:tada: 終了です。Githubリポジトリのリリースページを確認してみましょう。
134128

135129
## Macでの使用方法 (オプション)
136130

0 commit comments

Comments
 (0)