Skip to content

Commit 34c6515

Browse files
committed
⬆️ Update gitmoji version.
1 parent c7b864e commit 34c6515

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
release:
99
name: Release
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Options
2-
V=v3.10.0
2+
V=v3.13.4
33
GITMOJI_VERSION=$(V)
44
F=.semver.yml
55
SEMVER_FILE=$(F)
66
O=./
77
OUT_DIR=$(O)
88

9-
BASE_FILE=https://raw.githubusercontent.com/carloscuesta/gitmoji/$(GITMOJI_VERSION)/src/data/gitmojis.json
9+
BASE_FILE=https://github.com/carloscuesta/gitmoji/blob/$(GITMOJI_VERSION)/packages/gitmojis/src/gitmojis.json
1010

1111
# See: https://gist.github.com/rsperl/d2dfe88a520968fbc1f49db0a29345b9
1212
# define standard colors

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ on:
8282
jobs:
8383
release:
8484
name: Release
85-
runs-on: ubuntu-18.04
85+
runs-on: ubuntu-latest
8686
steps:
8787
- name: Checkout
8888
uses: actions/checkout@v2
@@ -101,7 +101,7 @@ jobs:
101101
yq --version
102102
- name: Install gitmoji-semver
103103
run: |
104-
git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.1
104+
git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.3
105105
- name: Generate semantic-release configs
106106
working-directory: ./gitmoji-semver
107107
run: |

README_JA.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ on:
8383
jobs:
8484
release:
8585
name: Release
86-
runs-on: ubuntu-18.04
86+
runs-on: ubuntu-latest
8787
steps:
8888
- name: Checkout
8989
uses: actions/checkout@v2
@@ -102,7 +102,7 @@ jobs:
102102
yq --version
103103
- name: Install gitmoji-semver
104104
run: |
105-
git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.1
105+
git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.3
106106
- name: Generate semantic-release configs
107107
working-directory: ./gitmoji-semver
108108
run: |

0 commit comments

Comments
 (0)