Skip to content

Commit

Permalink
Merge pull request #549 from wagoid/fix/action-yaml-updater
Browse files Browse the repository at this point in the history
chore: replace deprecated standard-version with commit-and-tag-version
  • Loading branch information
wagoid committed Oct 6, 2022
2 parents 53d7a31 + 987c98f commit 7777b64
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 183 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 7777b64

Please sign in to comment.