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:
parent
53d7a317a9
commit
987c98f54f
4 changed files with 256 additions and 183 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue