Skip to content

Commit f88a77c

Browse files
committed
feat: upgrade
1 parent 2b44493 commit f88a77c

File tree

8 files changed

+371
-173
lines changed

8 files changed

+371
-173
lines changed

.github/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: daily
6+
interval: weekly
77
- package-ecosystem: cargo
88
directory: /
99
schedule:
10-
interval: daily
10+
interval: weekly

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
key: ${{ runner.os }}
1919
- name: Check version
2020
run: |
21-
# whiz version message example: whiz v0.1.0
2221
VERSION=$(cargo run -- --version | cut -d' ' -f2)
2322
if [[ "${{ github.ref_name }}" != "v$VERSION" ]]; then
2423
echo "Tag does not match code version, stopping."

0 commit comments

Comments
 (0)