Skip to content

Commit

Permalink
.yaml over .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 20, 2024
1 parent 8ff7e0c commit 2210f7e
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Coverage
on:
pull_request:
paths:
- .codecov.yml
- .github/workflows/rust.yml
- .github/workflows/coverage.yml
- .codecov.yaml
- .github/workflows/rust.yaml
- .github/workflows/coverage.yaml
- Cargo.toml
- ci/**
- ibc/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CosmWasm Compilation Check
on:
pull_request:
paths:
- .github/workflows/cw-check.yml
- .github/workflows/cw-check.yaml
- Cargo.toml
- Cargo.lock
- ci/cw-check/**
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: no_std check
on:
pull_request:
paths:
- .github/workflows/no-std.yml
- .github/workflows/no-std.yaml
- Cargo.toml
- Cargo.lock
- ci/no-std-check/**
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml → .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Rust
on:
pull_request:
paths:
- .github/workflows/rust.yml
- .github/workflows/rust.yaml
- Cargo.toml
- ci/**
- ibc/**
Expand Down
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Our release process is as follows:
8. Create a signed tag `git tag -s -a vX.Y.Z`. In the tag message, write the
version and the link to the corresponding section of the changelog. Then push
the tag to GitHub with `git push origin vX.Y.Z`.
- The [release workflow][release.yml] will run the `cargo release --execute`
- The [release workflow][release.yaml] will run the `cargo release --execute`
command in a CI worker.
9. If some crates have not been released, check the cause of the failure and
act accordingly:
Expand All @@ -56,4 +56,4 @@ Our release process is as follows:
All done! 🎉

[crates.io]: https://crates.io
[release.yml]: https://github.com/cosmos/ibc-rs/blob/main/.github/workflows/release.yml
[release.yaml]: https://github.com/cosmos/ibc-rs/blob/main/.github/workflows/release.yaml

0 comments on commit 2210f7e

Please sign in to comment.