Skip to content

Commit

Permalink
deps: upgrade standard-version to commit-and-tag-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpnielsen committed Sep 17, 2024
1 parent c7869ef commit 1f5675f
Show file tree
Hide file tree
Showing 4 changed files with 7,359 additions and 7,755 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Coverage check
run: npm run cov:check
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ jobs:
run: npm run build
- name: Test
run: npm test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
- name: Coverage check
run: npm run cov:check
Loading

0 comments on commit 1f5675f

Please sign in to comment.