mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Merge #10835
10835: internal: pull website before generating new changelog r=jonas-schievink a=jonas-schievink Fixes https://github.com/rust-analyzer/rust-analyzer/issues/10829 bors r+ Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
commit
e8f15bd794
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ impl flags::Release {
|
|||
.run()?;
|
||||
|
||||
let website_root = project_root().join("../rust-analyzer.github.io");
|
||||
{
|
||||
let _dir = pushd(&website_root)?;
|
||||
cmd!("git switch src").run()?;
|
||||
cmd!("git pull").run()?;
|
||||
}
|
||||
let changelog_dir = website_root.join("./thisweek/_posts");
|
||||
|
||||
let today = date_iso()?;
|
||||
|
|
Loading…
Reference in a new issue