From 8196ff65acea99a203212ceaeb8859f0bc1a01eb Mon Sep 17 00:00:00 2001 From: nkmr-jp Date: Sat, 26 Dec 2020 19:55:05 +0900 Subject: [PATCH] :memo: Update README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6234c4d..4b2fb52 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ - [How to use in Mac](#how-to-use-in-mac) - [Install](#install) - [Usage](#usage) -- [How to use in GithubActions ( only 3 minutes )](#how-to-use-in-githubactions--only-3-minutes-) +- [How to auto release by GithubActions ( only 3 minutes )](#how-to-auto-release-by-githubactions--only-3-minutes-) - [Step 1: Add `.semver.yml` to your Repository root](#step-1-add-semveryml-to-your-repository-root) - [Step 2: Add `release.yml` to `.github/workflows/`](#step-2-add-releaseyml-to-githubworkflows) - [Step 3: Commit and Push](#step-3-commit-and-push) @@ -74,11 +74,9 @@ make help -## How to use in GithubActions ( only 3 minutes ) +## How to auto release by GithubActions ( only 3 minutes ) -The following steps will automate versioning and releasing 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. +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. ### Step 1: Add `.semver.yml` to your Repository root