Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -74,11 +74,9 @@ make help

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

## 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

Expand Down