-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
It has been on the headlines for quite a while, a fast(er) replacement for pip, but not only that.
Should we switch to it on our GHA? 🤔
I made a test PR on plone.batching: plone/plone.batching#83
The changes are mostly to be done here in plone.meta and roll them over to the distributions.
❗ one caveat though: as soon as we change the workflows in this repo, i.e .github/workflows/XXX.yml all repositories that depend on them will (probably 🤔 ) break, so it might be a good idea to first move all repositories to point to a stable version, and then merge this, so we can freely break stuff without breaking repositories 😅
My idea:
- make a 1.0 release of
plone.meta - update all distributions with:
jobs:
qa:
uses: plone/meta/.github/workflows/[email protected]
test:
uses: plone/meta/.github/workflows/[email protected]
coverage:
uses: plone/meta/.github/workflows/[email protected]
dependencies:
uses: plone/meta/.github/workflows/[email protected]
release_ready:
uses: plone/meta/.github/workflows/[email protected]
circular:
uses: plone/meta/.github/workflows/[email protected]- we can then start making breaking changes in
plone.meta🎉
@davisagli @mauritsvanrees does it sound sane? 🤔
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
in progress