Skip to content

Commit f13b1a3

Browse files
authored
Merge pull request #13 from nkmr-jp/develop
Develop
2 parents f8f513b + e35e79b commit f13b1a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- [How to use in Mac](#how-to-use-in-mac)
2323
- [Install](#install)
2424
- [Usage](#usage)
25-
- [How to auto release by GithubActions ( only 3 minutes )](#how-to-auto-release-by-githubactions--only-3-minutes-)
25+
- [How to auto release ( using GithubActions. only 3 minutes )](#how-to-auto-release--using-githubactions-only-3-minutes-)
2626
- [Step 1: Add `.semver.yml` to your Repository root](#step-1-add-semveryml-to-your-repository-root)
2727
- [Step 2: Add `release.yml` to `.github/workflows/`](#step-2-add-releaseyml-to-githubworkflows)
2828
- [Step 3: Commit and Push](#step-3-commit-and-push)
@@ -50,7 +50,7 @@
5050
### Install
5151

5252
Require `curl`, `jq`, `yq` and `node` command.
53-
53+
5454
```sh
5555
brew install curl yq jq
5656

@@ -74,7 +74,7 @@ make help
7474

7575
<img src="https://user-images.githubusercontent.com/8490118/103149906-93d62300-47b1-11eb-8aec-07db3127ab73.png" width=800>
7676

77-
## How to auto release by GithubActions ( only 3 minutes )
77+
## How to auto release ( using GithubActions. only 3 minutes )
7878

7979
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.
8080

0 commit comments

Comments
 (0)