The current release workflow is not have versioning validation (on the tag name and also in PHP). So there's a possible human error that can make the versioning invalid if released.
2. Description of change
Add more accurate trigger patterns when a new tag name is pushed.
Add validation steps to check the version in omise-woocommerce.php if match the pushed tag name.
1. Objective
The current release workflow is not have versioning validation (on the tag name and also in PHP). So there's a possible human error that can make the versioning invalid if released.
2. Description of change
omise-woocommerce.php
if match the pushed tag name.3. Quality assurance
N/A
🔧 Environments:
N/A
✏️ Details:
N/A
4. Impact of the change
N/A
5. Priority of change
Normal.
6. Additional Notes
N/A