|
26 | 26 | - [Step 2: Add `release.yml` to `.github/workflows/`](#step-2-add-releaseyml-to-githubworkflows)
|
27 | 27 | - [Step 3: Commit and Push](#step-3-commit-and-push)
|
28 | 28 | - [If you want to run locally](#if-you-want-to-run-locally)
|
29 |
| -- [Reference](#reference) |
| 29 | +- [References](#references) |
30 | 30 | - [Author](#author)
|
31 | 31 | - [Show your support](#show-your-support)
|
32 | 32 |
|
|
36 | 36 | ## Features
|
37 | 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 | 38 | - Generate the files `gitmojis.json` with the semver field added.
|
39 |
| - - I referred to this issue. ( [Add a "semver" field for each emoji #429](https://github.com/carloscuesta/gitmoji/issues/429) ) |
40 | 39 | - :rocket: You can easily do Semver Release automatically by just committing with gitmoji. ( [like this](https://github.com/nkmr-jp/gitmoji-semver/releases) )
|
41 | 40 | - Automate versioning and release with GithubActions and [semantic-release](https://github.com/semantic-release/semantic-release).
|
42 | 41 |
|
@@ -167,16 +166,14 @@ brew install act
|
167 | 166 | act -P ubuntu-18.04=nektos/act-environments-ubuntu:18.04 # ※ 16GB docker image
|
168 | 167 | ```
|
169 | 168 |
|
170 |
| -## Reference |
171 |
| - |
172 |
| -If you want to customize, please refer to the following document. |
| 169 | +## References |
173 | 170 |
|
| 171 | +- [Add a "semver" field for each emoji #429](https://github.com/carloscuesta/gitmoji/issues/429) |
| 172 | +- [gitmoji | An emoji guide for your commit messages](https://gitmoji.carloscuesta.me/) |
174 | 173 | - [GitHub - semantic-release/semantic-release](https://github.com/semantic-release/semantic-release)
|
175 | 174 | - [GitHub - momocow/semantic-release-gitmoji](https://github.com/momocow/semantic-release-gitmoji)
|
176 |
| -- [gitmoji | An emoji guide for your commit messages](https://gitmoji.carloscuesta.me/) |
177 | 175 | - [Semantic Versioning 2.0.0 | Semantic Versioning](https://semver.org/)
|
178 | 176 | - [Introduction to SemVer](https://blog.greenkeeper.io/introduction-to-semver-d272990c44f2)
|
179 |
| -- [Add a "semver" field for each emoji #429](https://github.com/carloscuesta/gitmoji/issues/429) |
180 | 177 |
|
181 | 178 | ## Author
|
182 | 179 |
|
|
0 commit comments