Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
iapicca opened this issue Sep 7, 2024 · 2 comments
Open

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

iapicca opened this issue Sep 7, 2024 · 2 comments

Comments

@iapicca
Copy link

iapicca commented Sep 7, 2024

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
Copy link
Author

iapicca commented Sep 7, 2024

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?

@spydon
Copy link
Member

spydon commented Sep 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants