11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-01 15:26:54 +00:00

chore: replace deprecated standard-version with commit-and-tag-version

This commit is contained in:
Wagner Santos 2022-10-06 11:16:05 -03:00
parent 53d7a317a9
commit 987c98f54f
4 changed files with 256 additions and 183 deletions

View file

@ -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"`