playwright/utils
Andrey Lushnikov 89007c8f3d
devops: make README.md to always reflect tip-of-tree (#1911)
As of today, we have tooling in place that makes sure that our
main README.md **roughly** represents the state of the last release:
- browser versions and browser badges are those that we released last
- links to our API point to the last-released API version

This tooling, however, relies on the fact that every release is a sequence
of two consecutive commits:
- one commit that sets `package.json` version to a released version
- the following that "bumps" version to `-post`.

This release process is very unfortunate, because:
- it made releasing from branch impossible
- it required "freezing" commits to the master branch

This patch removes all the tooling and transitions `README.md` to always
represent tip-of-tree state. We will fully rely on
`https://playwright.dev` to show versioned docs.
2020-04-21 22:08:56 -07:00
..
doclint devops: make README.md to always reflect tip-of-tree (#1911) 2020-04-21 22:08:56 -07:00
flakiness-dashboard doc: fix typos (#1284) 2020-03-07 08:37:47 -08:00
generate_types fix(types): export selected types (#1881) 2020-04-20 17:30:57 -07:00
protocol-types-generator fix(install): speculative fix for generateChromiumProtocol (#1583) 2020-03-27 22:42:39 -07:00
testrunner feat(testrunner): support `--file` to filter tests by test file name. (#1903) 2020-04-21 16:47:38 -07:00
testserver chore: add logging to the testing server (#1505) 2020-03-24 09:11:56 -07:00
ESTreeWalker.js
bisect.js api: remove BrowserFetcher from api, update docs (#487) 2020-01-14 10:07:26 -08:00
check_availability.js devops: remake downloading logic (#1419) 2020-03-19 11:43:35 -07:00
print_versions.js chore: guide for producing release notes (#1165) 2020-02-28 14:40:50 -08:00
publish_all_packages.sh devops: start actually publishing @next versions for tip-of-tree commits (#1893) 2020-04-20 23:52:03 -07:00
runWebpack.js chore: remove web mode (#1625) 2020-04-01 14:42:47 -07:00
update_version.js devops: fix next version generation 2020-04-20 17:53:08 -07:00