Skip to content

Commit

Permalink
fix(.github): runtime comment on build step in release (#403)
Browse files Browse the repository at this point in the history
* fix(.github): runtime comment on build step in release

Signed-off-by: KeisukeYamashita <[email protected]>

* bump(cli): v0.2.2

Signed-off-by: KeisukeYamashita <[email protected]>

---------

Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita authored Dec 3, 2024
1 parent 14ed66b commit 90565c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["cli", "schema"]
resolver = "2"

[workspace.package]
version = "0.2.1"
version = "0.2.2"
authors = ["KeisukeYamashita <[email protected]>"]
license = "MIT OR Apache-2.0"
documentation = "https://keisukeyamashita.github.io/commitlint-rs"
Expand Down

0 comments on commit 90565c1

Please sign in to comment.