bevy/crates
François Mockers 7400e7adfd
Cleanup publish process (#17728)
# Objective

- publish script copy the license files to all subcrates, meaning that
all publish are dirty. this breaks git verification of crates
- the order and list of crates to publish is manually maintained,
leading to error. cargo 1.84 is more strict and the list is currently
wrong

## Solution

- duplicate all the licenses to all crates and remove the
`--allow-dirty` flag
- instead of a manual list of crates, get it from `cargo package
--workspace`
- remove the `--no-verify` flag to... verify more things?
2025-02-09 17:46:19 +00:00
..
bevy_a11y Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_animation Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_app Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_asset Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_audio Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_color Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_core_pipeline Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_derive Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_dev_tools Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_diagnostic Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_dylib Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_ecs Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_encase_derive Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_gilrs Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_gizmos Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_gltf Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_image Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_input Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_input_focus Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_internal Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_log Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_macro_utils Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_math Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_mesh Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_mikktspace Move #![warn(clippy::allow_attributes, clippy::allow_attributes_without_reason)] to the workspace Cargo.toml (#17374) 2025-01-15 01:14:58 +00:00
bevy_pbr Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_picking Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_platform_support Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_ptr Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_reflect Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_remote Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_render Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_scene Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_sprite Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_state Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_tasks Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_text Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_time Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_transform Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_ui Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_utils Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_window Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
bevy_winit Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00