Skip to content

Commit

Permalink
Merge pull request #168 from KaiShoya/maintain/#165_customize_upgrade…
Browse files Browse the repository at this point in the history
…_commit_message

ci(upgrade): バージョンアップのコミットメッセージを変更した
  • Loading branch information
KaiShoya committed Mar 19, 2024
2 parents dc6a1fd + ccb9b8e commit bedee62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
key: ${{ runner.os }}-node-v${{ matrix.node }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
- if: steps.node_modules_cache_id.outputs.cache-hit != 'true'
run: pnpm install
- run: pnpm nuxt prepare
- run: pnpm lint
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
shamefully-hoist=true
strict-peer-dependencies=false
message="upgrade(version): %s"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drink-counter",
"version": "1.11.1",
"version": "1.11.2",
"license": "MIT",
"engines": {
"node": "20"
Expand Down

0 comments on commit bedee62

Please sign in to comment.