Commit Graph

44 Commits

Author SHA1 Message Date
dependabot[bot]
163394d735
chore(deps): Bump actions/checkout from 3.6.0 to 4.1.0 (#11063)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-04 18:16:10 +00:00
Alex Rudenko
e2d4c9f78e
chore: fix versions.js (#10993) 2023-09-22 11:05:45 +02:00
Alex Rudenko
34953dc3f0
ci: add build step in pre-release (#10845)
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-09-05 09:34:37 +02:00
dependabot[bot]
ad0c793662
chore(deps): Bump actions/checkout from 3.5.3 to 3.6.0 (#10789)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 10:18:28 +02:00
dependabot[bot]
2a86aa2629
chore(deps): Bump actions/checkout from 3.5.2 to 3.5.3 (#10448)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 09:54:28 +00:00
Nikolay Vitkov
0d219c79de
ci: fix updating Chrome (#10382) 2023-06-14 09:59:01 +02:00
Nikolay Vitkov
d20b4fb407
ci: pin dependencies to commit (#10296) 2023-06-02 09:52:21 +00:00
Randolf
ca797add7e chore: fix pre-release 2023-03-06 14:38:37 +01:00
Nikolay Vitkov
22e4cc32a0
chore: fix pre-release workflow (#9788) 2023-03-06 14:17:29 +01:00
Nikolay Vitkov
415da92300
chore: extract Changed packages workflow (#9741) 2023-02-23 15:37:36 +00:00
Nikolay Vitkov
a9a2e26bea
chore: Fix non Puppeteer releases (#9730) 2023-02-22 11:58:13 +01:00
Alex Rudenko
82683456e4
chore: npm i to refresh package-lock (#9715) 2023-02-20 16:21:07 +00:00
Alex Rudenko
5ac4a16a48
chore: use the node 18 in prerelease workflow (#9713) 2023-02-20 16:02:22 +00:00
Alex Rudenko
e0cdf1f4ac
chore: use the latest npm in prerelease workflow (#9711) 2023-02-20 15:43:53 +00:00
Alex Rudenko
b8ef826079
chore: remove pinned deps script (#9326) 2022-11-24 14:30:23 +01:00
jrandolf
65386b3d0c
chore: revert "chore: fix pre-release" (#9211)
Reverts puppeteer/puppeteer#9199
2022-11-03 10:09:15 +01:00
jrandolf
e2aaa553fe
chore: fix pre-release (#9199)
This PR enables `pre-release` only for the release PRs.
2022-11-02 11:44:26 +01:00
jrandolf
2e3719cd7f
chore: pin checkout action (#9069) 2022-10-06 12:44:45 +02:00
jrandolf
416d56b033
chore: refactor utils (#9053)
This PR

- renames the `utils` folder to `tools` (follows internal practice),
- migrates the contents of `scripts` into `tools` and removes scripts.
2022-10-06 10:27:14 +02:00
jrandolf
a35987377a
chore: pin dependencies on pre-release (#9046) 2022-10-05 15:05:50 +02:00
jrandolf
f42336cf83
feat: separate puppeteer and puppeteer-core (#9023)
This PR moves the puppeteer source code into separate mono-repo packages:

- `puppeteer` and `puppeteer-core` are now separated into their own
packages.
- `puppeteer-core` has a new exports called `puppeteer-core/internal`
for internal usage.

Tests and various tools have been updated to accommodate the migration.
2022-10-05 14:17:03 +02:00
Alex Rudenko
2134d975df
chore: re-build docs after versioning in pre-release (#8899) 2022-09-05 10:03:10 +00:00
jrandolf
3499e1292e
chore: generate version on pre-publish (#8872) 2022-08-31 17:21:25 +02:00
jrandolf
02e1eea7eb
chore: use tsx (#8803) 2022-08-17 15:32:57 +02:00
jrandolf
bdcb748b98
chore: infrastructure for injecting scripts into DOMWorlds (#8801) 2022-08-17 14:39:41 +02:00
Alex Rudenko
50bcff2ec2
chore: remove old website versions and point to md docs instead (#8757) 2022-08-09 11:13:05 +00:00
jrandolf
4cd97e93f9
chore: format on pre-release (#8634) 2022-07-06 09:15:12 +02:00
jrandolf
9fa96600f2
chore: update CI (#8614) 2022-07-01 16:00:27 +02:00
jrandolf
066f440ba7
feat: add documentation (#8593) 2022-07-01 11:52:39 +00:00
Randolf J
a92c71d188 chore: use release title for prereq 2022-06-01 16:13:11 +02:00
Randolf J
592745cdf2 chore: skip verification on push 2022-06-01 16:02:06 +02:00
Randolf J
1f242f1e3c chore: use single quotes in yaml 2022-06-01 15:59:20 +02:00
Randolf J
fd8493ad53 chore: use deploy key for pre-release 2022-06-01 15:49:41 +02:00
Randolf J
d2a0ea34a3 chore: add permissions to pre-release flow 2022-06-01 15:32:07 +02:00
Randolf Jung
9dc9a9477c chore: use amend for pre-release 2022-06-01 13:16:44 +02:00
Randolf Jung
bc1326f16e chore: build main docs after publishing 2022-05-31 15:38:34 +02:00
Randolf Jung
47c4f51ac7 chore: use normal push for pre-release 2022-05-31 15:24:23 +02:00
Randolf Jung
f332371325 chore: use v2 checkout for pre-release 2022-05-31 15:18:20 +02:00
Randolf Jung
d5139b58ec chore: checkout current ref during pre-release 2022-05-31 15:11:24 +02:00
Randolf Jung
0ec036a59f chore: format actions 2022-05-31 14:57:47 +02:00
Randolf Jung
4ba9950cc5 chore: rename actions 2022-05-31 14:56:44 +02:00
Randolf Jung
3a41cd7f32 chore: add email and name to pre-release action 2022-05-31 14:49:26 +02:00
Randolf Jung
69e4e141b4 chore: rename pre-release action 2022-05-31 14:43:46 +02:00
Randolf Jung
9c852cedbe chore: amend version freezes on release-please PRs 2022-05-31 14:41:22 +02:00