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
+24-11Lines changed: 24 additions & 11 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,26 @@
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).
37
+
38
+
-:smile: A simple script to add the semver field
39
+
to [gitmojis.json](https://github.com/carloscuesta/gitmoji/blob/master/src/data/gitmojis.json).
38
40
- 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
+
-:rocket: You can automatically and easily release by semver (semantic versioning) just by
42
+
committing with Gitmoji. ( [like this](https://github.com/nkmr-jp/gitmoji-semver/releases) )
43
+
- Automate versioning and release with GithubActions
44
+
and [semantic-release](https://github.com/semantic-release/semantic-release).
0 commit comments