Commit graph

19 commits

Author SHA1 Message Date
Antoine du Hamel
3cc8df8c4f
meta: improve changelog generator (#5190)
We are regularly using `e2e`, `examples`, or `docs` as subsystems. We
are no longer using `website`.
2024-05-22 11:28:22 +02:00
Antoine du Hamel
34c78e9093
meta: run Prettier on existing files (#4713) 2023-09-29 11:11:28 +02:00
Antoine du Hamel
4bb99880b3
@uppy/robodog: remove package (#3946)
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2022-08-22 17:19:15 +02:00
Antoine du Hamel
5044230bf1
meta: upgrade all dev dependencies (#3903) 2022-08-16 22:39:28 +02:00
Antoine du Hamel
4996f44cf9
Merge branch 3.x 2022-08-04 17:40:50 +02:00
Antoine du Hamel
1b1b69dccf
meta: fix release script 2022-08-03 11:43:14 +02:00
Antoine du Hamel
0e555880e7
meta: improve beta release script 2022-07-27 20:17:57 +02:00
Antoine du Hamel
becf4d6fea meta: fix release script for major beta versions 2022-07-06 18:41:18 +02:00
Antoine du Hamel
a6029d0304 Merge stable branch 2022-06-09 21:15:10 +02:00
Antoine du Hamel
3974905881 meta: fix release process (again) 2022-06-09 20:42:03 +02:00
Antoine du Hamel
2be8cec2af
meta: improve release process for beta branch (#3809) 2022-06-09 19:14:15 +02:00
Antoine du Hamel
5a09823f6d meta: fix hard-coded branch name in release script 2022-06-09 18:42:28 +02:00
Antoine du Hamel
9acac67882 meta: fix URL generation in the release script 2022-06-07 21:01:45 +02:00
Antoine du Hamel
602f9731c3
meta: temporary adjust release script for the beta 2022-05-30 18:33:01 +02:00
Antoine du Hamel
bf1489edd1
meta: prepare internal script files for lint rune hardening (#3760) 2022-05-23 11:59:22 +02:00
Artur Paikin
f1952bf0e2
meta: warn about not merging PR manually (#3492)
* warn about not merging PR manually

* Update commit-and-open-pr.js
2022-02-17 19:05:27 +00:00
Antoine du Hamel
b0bf1a3eb4
meta: move dev workspace to private/ (#3368)
* meta: move dev workspace to `private/`

* `DragDrop.html` -> `dragdrop.html`
2021-12-14 12:53:34 +01:00
Artur Paikin
975dc2dde9 meta: improve release script wording and formatting 2021-12-09 19:42:25 +00:00
Antoine du Hamel
b8a466b6ad
meta: add release automations (#3304)
* meta: add release automations

* Add missing versions

* remove old scripts that are no longer useful

* add special casing for robodog

* skip fetching if HEAD is already available locally

* Publish to npm from GitHub actions

* fixes

* Update afterVersionBump script

* Fix getUpToDateRefsFromGitHub script

* Make sub-package specific changelogs

* fix git and PR opening process in GH Actions

* fix Release action

* don't fetch GH user names in changelog

* add support for commits that touch several packages

* add website as a valid commit message prefix

* Assign the PR to the releaser and fix other GH related bugs

* Remove release branch from CI

* Restore git history at the end of local release session

* skip CI if assignee has not approved the PR

* fix release commit message

* beautify commit message

* Special case for @uppy/robodog

* Failure is not an option

* Rename release CI

* Always rewind before crashing

* Improve logging

* fix changelog table

* fix linter

* Update CONTRIBUTING.md

* Remove unused package

* Disable Release workflow between two releases

* Fix git command and workaround deleted branch
2021-12-07 18:19:06 +01:00