You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this would allow seeing what the changes are before committing them.
instead of having a workflow_dispatch that creates a commit, instead have CI that runs on every push to default branch, generating changelogs, and somehow extracting package names from those logs on merge (when there's no nanpa changesets files).
would still have to run workflow_dispatch, this time whenever the PR is updated, to run CI for disabling/reënabling/prereleasing packages.
The text was updated successfully, but these errors were encountered:
this would allow seeing what the changes are before committing them.
instead of having a workflow_dispatch that creates a commit, instead have CI that runs on every push to default branch, generating changelogs, and somehow extracting package names from those logs on merge (when there's no nanpa changesets files).
would still have to run workflow_dispatch, this time whenever the PR is updated, to run CI for disabling/reënabling/prereleasing packages.
The text was updated successfully, but these errors were encountered: