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

Create tag.yml #195

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Create tag.yml #195

merged 2 commits into from
Sep 3, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Sep 3, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

New GitHub Action for automating repository tagging and release publishing.

πŸ“Š Key Changes

  • Created tag.yml workflow for automatic tagging and releasing upon dispatch.
  • Workflow inputs: Added options for tag name, publish tag, and publish release.
  • Job steps include:
    • Checking out code.
    • Configuring Git.
    • Verifying if a tag exists.
    • Publishing new tags.
    • Setting up a Python environment.
    • Installing dependencies.
    • Publishing new releases.

🎯 Purpose & Impact

  • Purpose: Streamline and automate the process of tagging new repository versions and creating releases.
  • Impact:
    • πŸš€ Efficiency: Reduces manual effort, speeding up the release process.
    • πŸ“¦ Consistency: Ensures releases are handled in a systematic and repeatable manner.
    • 🌐 Reliability: Minimizes human error in the tagging and release procedure.

@UltralyticsAssistant UltralyticsAssistant added dependencies Dependencies and packages enhancement New feature or request labels Sep 3, 2024
@glenn-jocher glenn-jocher merged commit 7dd2c01 into main Sep 3, 2024
3 checks passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-2 branch September 3, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies and packages enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants