melos-action icon indicating copy to clipboard operation
melos-action copied to clipboard

is `chore(release)` necessary in `release-tag.yml`

Open iapicca opened this issue 1 year ago • 2 comments

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

iapicca avatar Sep 07 '24 14:09 iapicca

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?

iapicca avatar Sep 07 '24 14:09 iapicca

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

spydon avatar Sep 19 '24 14:09 spydon