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
Copy file name to clipboardExpand all lines: README.md
+22-13Lines changed: 22 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
<!-- code_chunk_output -->
19
19
20
20
-[Features](#features)
21
+
-[Release template type](#release-template-type)
21
22
-[How to use in Mac](#how-to-use-in-mac)
22
23
-[Install](#install)
23
24
-[Usage](#usage)
@@ -32,17 +33,22 @@
32
33
33
34
<!-- /code_chunk_output -->
34
35
35
-
36
36
## Features
37
-
-:smile: A simple script to add the semver field to [gitmojis.json](https://github.com/carloscuesta/gitmoji/blob/master/src/data/gitmojis.json).
38
-
- Generate the files `gitmojis.json` with the semver field added.
39
-
-:rocket: You can easily do Semver Release automatically by just committing with gitmoji. ( [like this](https://github.com/nkmr-jp/gitmoji-semver/releases) )
40
-
- Automate versioning and release with GithubActions and [semantic-release](https://github.com/semantic-release/semantic-release).
41
37
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) )
0 commit comments