Skip to content

Commit

Permalink
Temporarily disable semantic-version check because we can no longer b…
Browse files Browse the repository at this point in the history
…uild 1.7.0
  • Loading branch information
scouten-adobe committed Feb 21, 2024
1 parent ae7969f commit cf98e2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ jobs:
commit_user_name: Adobe CAI Team
commit_user_email: noreply@adobe.com

- name: Ensure semantic versioning requirements are met
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
package: xmp_toolkit
# TEMPORARY: Disable since we can no longer build 1.7.0.
# - name: Ensure semantic versioning requirements are met
# uses: obi1kenobi/cargo-semver-checks-action@v2
# with:
# package: xmp_toolkit

- name: Create release
uses: ncipollo/release-action@v1
Expand Down
17 changes: 0 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@ This project adheres to [Semantic Versioning](https://semver.org), except that

Do not manually edit this file. It will be automatically updated when a new release is published.

## 1.7.1
_21 February 2024_

* Prepare 1.7.1 release
* Emergency patch: cc 1.0.86 (just released) breaks xmp_toolkit_rs when used in downstream `cargo install` ([#194](https://github.com/adobe/xmp-toolkit-rs/pull/194))
* [IGNORE] Fix reference to C++ XMP Toolkit to point to December 2023 ([#192](https://github.com/adobe/xmp-toolkit-rs/pull/192))
* Silence new C++ build warning on MacOS ([#191](https://github.com/adobe/xmp-toolkit-rs/pull/191))
* [IGNORE] Fix a typo in API documentation ([#190](https://github.com/adobe/xmp-toolkit-rs/pull/190))

## 1.7.1
_21 February 2024_

* Emergency patch: cc 1.0.86 (just released) breaks xmp_toolkit_rs when used in downstream `cargo install` ([#194](https://github.com/adobe/xmp-toolkit-rs/pull/194))
* [IGNORE] Fix reference to C++ XMP Toolkit to point to December 2023 ([#192](https://github.com/adobe/xmp-toolkit-rs/pull/192))
* Silence new C++ build warning on MacOS ([#191](https://github.com/adobe/xmp-toolkit-rs/pull/191))
* [IGNORE] Fix a typo in API documentation ([#190](https://github.com/adobe/xmp-toolkit-rs/pull/190))

## 1.7.0
_15 January 2024_

Expand Down

0 comments on commit cf98e2d

Please sign in to comment.