Skip to content

Commit 987c98f

Browse files
committed
chore: replace deprecated standard-version with commit-and-tag-version
1 parent 53d7a31 commit 987c98f

File tree

4 files changed

+256
-183
lines changed

4 files changed

+256
-183
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
git config user.email '[email protected]'
5656
git config user.name 'GitHub Action'
5757
- name: Update versions and changelog
58-
run: npx standard-version
58+
run: npx commit-and-tag-version
5959
- name: Set VERSION env var
6060
run: |
6161
version=`node -p "require('./package.json').version"`

.versionrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"package-lock.json",
66
{
77
"filename": "action.yml",
8-
"updater": "./.github/tasks/actionYamlUpdater.js"
8+
"updater": ".github/tasks/actionYamlUpdater.js"
99
}
1010
],
1111
"releaseCommitMessageFormat": "chore(release): publish {{currentTag}} [skip-ci]"

0 commit comments

Comments
 (0)