melos-action
melos-action copied to clipboard
is `chore(release)` necessary in `release-tag.yml`
hi, I copied the workflow for tagging a release, is skipped probably due to this,
if: contains(github.event.head_commit.message, 'chore(release)')
is this necessary? thanks
merging a PR while removing the line mentioned above
triggers release-tag.yml
but it doesn't trigger release-prepare and release-publish from workflow-dispatch
am I missing something?
If you want to publish on every merge (not recommended by the Pub team), then you can follow this example: https://github.com/bluefireteam/melos-action/tree/main/examples/02-release-on-pr