зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1473054 - Fix column alignment in geckodriver release instructions. r=me
MozReview-Commit-ID: 1gg4Z7XZPpS
This commit is contained in:
Родитель
30077d5211
Коммит
a42f634810
|
@ -25,13 +25,13 @@ Release new in-tree dependency crates
|
|||
geckodriver depends on a number of Rust crates that also live in
|
||||
central by using relative paths:
|
||||
|
||||
[dependencies]
|
||||
…
|
||||
mozprofile = { path = "../mozbase/rust/mozprofile" }
|
||||
[dependencies]
|
||||
…
|
||||
mozprofile = { path = "../mozbase/rust/mozprofile" }
|
||||
mozrunner = { path = "../mozbase/rust/mozrunner" }
|
||||
mozversion = { path = "../mozbase/rust/mozversion" }
|
||||
…
|
||||
webdriver = { path = "../webdriver" }
|
||||
webdriver = { path = "../webdriver" }
|
||||
|
||||
Because we need to export the geckodriver source code to the old
|
||||
GitHub repository when we release, we first need to publish these
|
||||
|
|
Загрузка…
Ссылка в новой задаче