Skip to content

Commit

Permalink
chore: align uplift configuration with latest documentation (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-paul-t authored Jun 4, 2024
1 parent 6a3527e commit 0d85ffe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm run test

- name: Code Coverage
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v4.4.1

- name: Build
run: npm run build
Expand Down
14 changes: 8 additions & 6 deletions .uplift.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
bumps:
- file: ./package.json
regex: '"version": "$VERSION"'
semver: true
count: 1
regex:
- pattern: '"version": "$VERSION"'
semver: true
count: 1
- file: ./package-lock.json
regex: '"version": "$VERSION"'
semver: true
count: 1
regex:
- pattern: '"version": "$VERSION"'
semver: true
count: 1

0 comments on commit 0d85ffe

Please sign in to comment.