Skip to content

Commit

Permalink
⬆️ Update gitmoji version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmr-jp committed Apr 25, 2023
1 parent c7b864e commit 34c6515
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Options
V=v3.10.0
V=v3.13.4
GITMOJI_VERSION=$(V)
F=.semver.yml
SEMVER_FILE=$(F)
O=./
OUT_DIR=$(O)

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

# See: https://gist.github.com/rsperl/d2dfe88a520968fbc1f49db0a29345b9
# define standard colors
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -101,7 +101,7 @@ jobs:
yq --version
- name: Install gitmoji-semver
run: |
git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.1
git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.3
- name: Generate semantic-release configs
working-directory: ./gitmoji-semver
run: |
Expand Down
4 changes: 2 additions & 2 deletions README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -102,7 +102,7 @@ jobs:
yq --version
- name: Install gitmoji-semver
run: |
git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.1
git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.3
- name: Generate semantic-release configs
working-directory: ./gitmoji-semver
run: |
Expand Down

0 comments on commit 34c6515

Please sign in to comment.