You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing a custom-component for HomeAssistant and when I want to publish a new version - I have to:
Update the version number in file manifest.json
Create a release for that version.
I wanted to automate the process by creating a manual action where I just select which type of bump do I want to use - and it updates it automatically.
Hey,
I'm developing a custom-component for HomeAssistant and when I want to publish a new version - I have to:
manifest.json
I wanted to automate the process by creating a manual action where I just select which type of bump do I want to use - and it updates it automatically.
See workflow:
As you can see, I run a dry-run to calculate the bumping of the version, update the file, running it again (not dry-run) and creating a Release.
The issue I'm facing is that the tag created (step Bump version and push tag) doesn't include the updating of the
manifest.json
file.Any ideas how to solve that?
The text was updated successfully, but these errors were encountered: