File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ tq = "test -- -q"
44qt = " tq"
55lint = " clippy --all-targets -- --cap-lints warn"
66codegen = " run --package xtask --bin xtask -- codegen"
7+ dist = " run --package xtask --bin xtask -- dist"
78
89[target .x86_64-pc-windows-msvc ]
910linker = " rust-lld"
Original file line number Diff line number Diff line change @@ -70,11 +70,8 @@ fn dist_client(
7070 & format ! ( r#""version": "{version}""# ) ,
7171 )
7272 . replace ( r#""releaseTag": null"# , & format ! ( r#""releaseTag": "{release_tag}""# ) )
73- . replace (
74- " {\n \" title\" : \" $generated-start\" \n },\n " ,
75- "" ,
76- )
77- . replace ( " { \" title\" : \" $generated-end\" }\n " , "" )
73+ . replace ( r#""title": "$generated-start""# , "" )
74+ . replace ( r#""title": "$generated-end""# , "" )
7875 . replace ( r#""enabledApiProposals": [],"# , r#""# ) ;
7976 patch. commit ( sh) ?;
8077
You can’t perform that action at this time.
0 commit comments