commit 892438dfded16d76b4a861f040303ff24d975e95
parent d9b077c8790e172d5bc9f23dc17f13df343160f1
Author: Eric Scouten <scouten@adobe.com>
Date: Mon, 16 Oct 2023 19:13:00 -0700
(IGNORE) Update to cargo-semver-checks-action v2 (#324)
This is much MUCH faster than the v1 we were using previously
Diffstat:
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -307,6 +307,6 @@ jobs:
VERSION: ${{ steps.set-version.outputs.version }}
- name: If this step fails, change title of the PR to include (MINOR) tag
- uses: obi1kenobi/cargo-semver-checks-action@v1
+ uses: obi1kenobi/cargo-semver-checks-action@v2
with:
- crate-name: c2pa
+ package: c2pa
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
@@ -88,9 +88,9 @@ jobs:
commit_user_email: noreply@adobe.com
- name: Ensure semantic versioning requirements are met
- uses: obi1kenobi/cargo-semver-checks-action@v1
+ uses: obi1kenobi/cargo-semver-checks-action@v2
with:
- crate-name: c2pa
+ package: c2pa
- name: Create release
uses: ncipollo/release-action@v1
diff --git a/.gitignore b/.gitignore
@@ -9,3 +9,4 @@ Cargo.lock
.vscode
+/semver-checks/target/