Skip to content

Commit

Permalink
chore: replace deprecated standard-version with commit-and-tag-version
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoid committed Oct 6, 2022
1 parent 53d7a31 commit e211d26
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
git config user.email 'github-action@users.noreply.github.com'
git config user.name 'GitHub Action'
- name: Update versions and changelog
run: npx standard-version
run: npx commit-and-tag-version
- name: Set VERSION env var
run: |
version=`node -p "require('./package.json').version"`
Expand Down
2 changes: 1 addition & 1 deletion .versionrc.json
Expand Up @@ -5,7 +5,7 @@
"package-lock.json",
{
"filename": "action.yml",
"updater": "./.github/tasks/actionYamlUpdater.js"
"updater": ".github/tasks/actionYamlUpdater.js"
}
],
"releaseCommitMessageFormat": "chore(release): publish {{currentTag}} [skip-ci]"
Expand Down

0 comments on commit e211d26

Please sign in to comment.