1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

chore(actix-session): prepare release 0.9.0

This commit is contained in:
Rob Ede
2024-01-11 04:27:56 +00:00
parent 5ceb3c72cd
commit 8b4e8ea34e
10 changed files with 466 additions and 244 deletions

View File

@ -2,13 +2,16 @@ _list:
@just --list
# Format workspace.
fmt:
fmt: update-readmes
cargo +nightly fmt
npx -y prettier --write $(fd --hidden --extension=yml --extension=md)
# Update READMEs from crate root documentation.
update-readmes: && fmt
update-readmes:
cd ./actix-cors && cargo rdme --force
cd ./actix-session && cargo rdme --force
cd ./actix-identity && cargo rdme --force
npx -y prettier --write $(fd README.md)
# Document crates in workspace.
doc: