author | Andreas Tolfsen <ato@sny.no> |
Tue, 03 Jul 2018 17:32:35 +0100 | |
changeset 424990 | 26f81c0e87d317f86bfaff1d95892e73d6db1b8c |
parent 424989 | a38896813d5a98687d8ffdb2f64058867166a8a0 |
child 424991 | 4a8b69ac049e7178d5dfbd07131ed2fb926957ea |
push id | 104954 |
push user | atolfsen@mozilla.com |
push date | Wed, 04 Jul 2018 13:52:13 +0000 |
treeherder | mozilla-inbound@fb53dd639f8b [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 1473054 |
milestone | 63.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/geckodriver/doc/Releasing.md +++ b/testing/geckodriver/doc/Releasing.md @@ -20,23 +20,23 @@ In any case, the steps to release geckod 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 crates if they have had any changes in the interim since the last release. If they have receieved no changes, you can skip them: - `testing/mozbase/rust/mozprofile` - `testing/mozbase/rust/mozrunner`