mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Pull website before generating new changelog
This commit is contained in:
parent
a37f613f32
commit
03188e63cc
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