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

Release v2.0.0 | Rewrite #3

Merged
merged 4 commits into from
Nov 18, 2024
Merged

Release v2.0.0 | Rewrite #3

merged 4 commits into from
Nov 18, 2024

Conversation

Arthri
Copy link
Owner

@Arthri Arthri commented Nov 18, 2024

❗ 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.

@Arthri Arthri added release Requests for new releases release:major Requests for new major releases containing breaking changes, new features, and/or bugfixes labels Nov 18, 2024
@Arthri Arthri self-assigned this Nov 18, 2024
@Arthri Arthri merged commit 5b9d292 into master Nov 18, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:major Requests for new major releases containing breaking changes, new features, and/or bugfixes release Requests for new releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant