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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
❗ Breaking Changes
Renamed the repository to synchronize-pointag from update-major-tag.
Renamed the workflow file to i.yml from update-major-tag.yml.
🆕 Features
Added an error message when the workflow was triggered by events other than push or delete.
Added GitHub's ::notice:: and ::error:: commands to messages to highlight information and errors.
Consolidated the two tag update steps into one step that handles tag creation, deletion, and updates.
Removed actions/checkout and significantly reduced run time.
Removed the GitHub step summary.
Shortened the name of the workflow and the job.
🐞 Fixes
Fixed an issue where the workflow failed to initiate for tags such as Company.Project/v1.0.1.
Fixed version parsing of tags with two or more directories. For example, dir1/dir2/v1.0.1 would be incorrectly parsed as dir2/v1.0.1 rather than v1.0.1.
Removed all instances of possible shell injection.