-
Notifications
You must be signed in to change notification settings - Fork 754
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the need of your request
Hello!
There is an idea to add a check via GitHub Actions
during release creation to ensure that the version in the tag name and the plugin version match.
I sometimes notice a problem where a new tag has been created, but the plugin version has not been updated. Currently, a new release is created from the tag version, and because of this, the new release is successfully created even though the versions do not match.
Proposed solution
I suggest adding a check in GitHub Actions release to ensure that the versions match. If they do not match, do not create a new release and cancel the pipeline.
Alternatives you've considered
No response
Additional context
If you like this idea, I can make it work.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request