-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Currently we manually create releases and any package that is not marked -dev in its VERSION file gets published
This creates a lot of unwanted commits, and boilerplate tasks that are pretty annoying and potentially unnecessary.
One possible solution is to make it such that:
- When a PR lands on
mainif the-devversion has changed for one or more packages... - CI creates a branch for a new release, updates the
VERSIONfiles and publishes the packages to the version indicated by the previous dev version/s
Metadata
Metadata
Assignees
Labels
No labels