Skip to content

Commit 0c92237

Browse files
authored
Update README.md
1 parent 89cf22f commit 0c92237

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# gitmoji-semver
22

33
- A simple script to add the semver field to [gitmojis.json](https://github.com/carloscuesta/gitmoji/blob/master/src/data/gitmojis.json).
4-
- Generate the files `gitmojis.json` and `gitmojis.yml` with the semver field added.
4+
- Generate the files `gitmojis.json` with the semver field added.
55
- You can easily change the configuration of semver in [./semver.yml](./semver.yml) .
6+
- You can easily set up [semantic-release](https://github.com/semantic-release/semantic-release) and GithubActions to your project. ( It can do Semver Release automatically by just committing with gitmoji. [like this](https://github.com/nkmr-jp/gitmoji-semver/releases) )
7+
68

79
## Prepare
810
require `curl`, `jq`, `yq` and `node` command.

0 commit comments

Comments
 (0)