bluefireteam / melos-action

An environment with Melos activated for use in GitHub Actions.
MIT License
36 stars 4 forks source link

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

Open iapicca opened 1 week ago

iapicca commented 1 week ago

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 commented 1 week ago

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?