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:
7
justfile
7
justfile
@ -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:
|
||||
|
Reference in New Issue
Block a user