Skip to content

Commit

Permalink
Merge pull request #25 from nkmr-jp/develop
Browse files Browse the repository at this point in the history
⬆️ Update package version
  • Loading branch information
nkmr-jp authored Jul 9, 2023
2 parents 5fd62a8 + 391c310 commit 11d8c85
Show file tree
Hide file tree
Showing 4 changed files with 2,911 additions and 8,223 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 20
- name: Install jq yq
run: |
sudo wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/bin/jq &&\
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 20
- name: Install jq yq
run: |
sudo wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/bin/jq &&\
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.4
git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.5
- name: Generate semantic-release configs
working-directory: ./gitmoji-semver
run: |
Expand Down
Loading

0 comments on commit 11d8c85

Please sign in to comment.