You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[How to auto release ( using GithubActions. only 3 minutes )](#how-to-auto-release--using-githubactions-only-3-minutes-)
26
-
-[Step 1: Add `.semver.yml` to your Repository root](#step-1-add-semveryml-to-your-repository-root)
27
-
-[Step 2: Add `release.yml` to `.github/workflows/`](#step-2-add-releaseyml-to-githubworkflows)
28
-
-[Step 3: Commit and Push](#step-3-commit-and-push)
29
-
-[If you want to run locally](#if-you-want-to-run-locally)
23
+
-[Step 1: Add `.semver.yml` to your Repository root](#step-1-add-semveryml-to-your-repository-root)
24
+
-[Step 2: Add `release.yml` to `.github/workflows/`](#step-2-add-releaseyml-to-githubworkflows)
25
+
-[Step 3: Commit and Push](#step-3-commit-and-push)
26
+
-[If you want to run locally](#if-you-want-to-run-locally)
30
27
-[References](#references)
31
28
-[Author](#author)
32
29
-[Show your support](#show-your-support)
@@ -35,22 +32,20 @@
35
32
36
33
## Features
37
34
38
-
-:smile: generate [gitmojis.json](https://github.com/carloscuesta/gitmoji/blob/master/src/data/gitmojis.json) with semver field.
39
-
-:smile: generate [semantic-release](https://github.com/semantic-release/semantic-release) setting files and release template.
40
-
-:rocket: auto release by semver (semantic versioning) just by committing with gitmoji. ( [like this](https://github.com/nkmr-jp/gitmoji-semver-sample/releases) )
## How to auto release ( using GithubActions. only 3 minutes )
78
73
79
-
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.
74
+
The following steps will auto release with gitmoji using GithubActions. You only need to add two
75
+
files, and you're ready to go. Feel free to try it out in your own Github Repository.
80
76
81
77
### Step 1: Add `.semver.yml` to your Repository root
0 commit comments