issues
search
loco-rs
/
loco
🚂 🦀 The one-person framework for Rust for side-projects and startups
https://loco.rs
Apache License 2.0
5.52k
stars
235
forks
source link
v13 post-release
#996
Closed
jondot
closed
5 days ago
jondot
commented
6 days ago
[x] all CI green
[x] fix flakey snapshot header field ordering
https://github.com/loco-rs/loco/actions/runs/11928314685/job/33245104392
[x]
loco new
testing rig: add
loco scaffold
as part of test flow. for start only add this to the 4 main starters (dedicated test for the 4 already exists). Here
https://github.com/loco-rs/loco/blob/master/loco-new/tests/wizard/new.rs#L53
extend the test rig to include a scaffold - build - test run
[x] adjust
xtask
- remove
starters
,
loco-cli
versioning updates
[x] new version update task + adjusted starters test with
loco-new
(using "path" dep)
[x] instruction to execute releases
[x] on Windows,
loco-new
should create the
tool
, but on Unix,
tool
is not needed (alias to same cargo run)
loco new
testing rig: addloco scaffold
as part of test flow. for start only add this to the 4 main starters (dedicated test for the 4 already exists). Here https://github.com/loco-rs/loco/blob/master/loco-new/tests/wizard/new.rs#L53 extend the test rig to include a scaffold - build - test runxtask
- removestarters
,loco-cli
versioning updatesloco-new
(using "path" dep)loco-new
should create thetool
, but on Unix,tool
is not needed (alias to same cargo run)