bevy/tools
BD103 52d6147e91
Fix asset-source-website.patch line number (#13286)
# Objective

- Ever since #13177, the `check-example-showcase-patches-still-work` job
has been failing in the merge queue.
- Specifically, the `asset-source-website.patch` file which modifies
`bevy_asset`'s `lib.rs`.

## Solution

- Re-create the patch.
  - Due to new content being added, the line numbers were off.
- Also, turns out that `typos` was checking patch files. This turned
into a CI error, so I disabled that too. Patches shouldn't really be
modified manually, the original source should be. (Also it was erroring
on the commit hash.)

## Testing

- Test the new patch works by running `git apply
tools/example-showcase/asset-source-website.patch`.
- Verify the merge queue passes with the
`check-example-showcase-patches-still-work` job succeeding.
2024-05-12 20:49:43 +00:00
..
build-templated-pages Remove version field for non-publish crates and update descriptions (#13100) 2024-04-26 11:55:03 +00:00
build-wasm-example new format for ci config file (#13154) 2024-05-02 22:51:47 +00:00
ci Move compile fail tests (#13196) 2024-05-03 13:35:21 +00:00
compile_fail_utils Update compile test to use ui_test 0.23 (#13245) 2024-05-05 22:17:56 +00:00
example-showcase Fix asset-source-website.patch line number (#13286) 2024-05-12 20:49:43 +00:00
publish.sh Separate state crate (#13216) 2024-05-09 18:06:05 +00:00