diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9b3f709..c0afae2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,11 +26,11 @@ jobs: rust_target: x86_64-unknown-linux-gnu ext: "" args: "" - - os: macos-13 (Intel x86) + - os: macos-13 # (Intel x86) rust_target: x86_64-apple-darwin ext: "" args: "" - - os: macos-latest (Apple Silicon) + - os: macos-latest # (Apple Silicon) rust_target: aarch64-apple-darwin ext: "" args: "" diff --git a/Cargo.lock b/Cargo.lock index 6b112fc..165c808 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,7 +162,7 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "commitlint-rs" -version = "0.2.1" +version = "0.2.2" dependencies = [ "clap", "futures", @@ -478,7 +478,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "schema" -version = "0.2.1" +version = "0.2.2" dependencies = [ "clap", "commitlint-rs", diff --git a/Cargo.toml b/Cargo.toml index 45cb804..c6c2b71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cli", "schema"] resolver = "2" [workspace.package] -version = "0.2.1" +version = "0.2.2" authors = ["KeisukeYamashita <19yamashita15@gmail.com>"] license = "MIT OR Apache-2.0" documentation = "https://keisukeyamashita.github.io/commitlint-rs"