melos-action
melos-action copied to clipboard
An environment with Melos activated for use in GitHub Actions.
The tagging workflow fails since it attempts to push tags to the remote that already exist. This happens when for example only one of the packages received a version update,...
If there already is a release PR open when a release is triggered, the old release PR should be closed (or updated, but that's probably harder).
hi, I copied the [workflow](https://github.com/bluefireteam/melos-action/blob/main/examples/01-workflow-dispatch/release-tag.yml) for tagging a release, is skipped probably due to this, ```yml if: contains(github.event.head_commit.message, 'chore(release)') ``` is this necessary? thanks
I'm struggling to understand what the intended workflow for prereleases is. I would've thought that if I version as prerelease using an action similar to the recommended `workflow_dispatch`-based one, the...
You overwrite the v3 tag, but don't provide SemVer complaint tags (e.g., v3.2.1), so dependabot freaks out and refuses to update anything (this is a bug in dependabot, see dependabot/dependabot-core#11176,...
Hi, On CI, I have switched to Flutter main channel, but melos action fails when starts to do bootstrap, does it mean the action needs to be updated? ``` steps:...