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

Update publish.yml #245

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Update publish.yml #245

merged 1 commit into from
Oct 16, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Oct 16, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

This PR updates the GitHub Actions workflow to utilize the ultralytics-actions package for streamlined release processes.

πŸ“Š Key Changes

  • Replaced the requests package with the ultralytics-actions package in the dependency installation step.
  • Changed the manual release summary script execution from a curl command pipeline to a direct use of the ultralytics-actions-summarize-release command.

🎯 Purpose & Impact

  • Improved Maintainability: By using the ultralytics-actions package, the workflow becomes easier to manage and reduces dependency on brittle manual scripts. πŸš€
  • Streamlined Process: Automates and simplifies the release summary generation, reducing errors and manual handling. πŸ”„
  • Enhanced Efficiency: This change improves the efficiency of the pipeline, making it faster and more reliable for publishing updates. ⏩

@UltralyticsAssistant UltralyticsAssistant added dependencies Dependencies and packages enhancement New feature or request labels Oct 16, 2024
@UltralyticsAssistant
Copy link
Member

πŸ‘‹ Hello @glenn-jocher, thank you for submitting an ultralytics/actions πŸš€ PR! This is an automated response to acknowledge your contribution. An Ultralytics engineer will review it soon, but in the meantime, please ensure the following checklist is complete to help streamline the review process:

  • βœ… Define a Purpose: Please ensure the purpose of your updates to the publish.yml workflow is clearly detailed in your PR description. If applicable, link any relevant issues or discussions. Commit messages should be precise and reflect the changes made.
  • βœ… Synchronize with Source: Verify your PR is up-to-date with the ultralytics/actions main branch. Use the 'Update branch' button or perform a git pull and git merge main locally if needed.
  • βœ… Ensure CI Checks Pass: All Continuous Integration (CI) checks should be passing smoothly. If there are any failing checks, please resolve them accordingly.
  • βœ… Update Documentation: Revise any relevant documentation to reflect the changes of the new ultralytics-actions package utilization.
  • βœ… Add Tests: If applicable, include new tests or update existing ones to cover your changes, and verify that they are all passing.
  • βœ… Sign the CLA: If this is your first PR to Ultralytics, ensure you have signed our Contributor License Agreement by stating, "I have read the CLA Document and I sign the CLA" in a comment.
  • βœ… Minimize Changes: Concentrate your modifications solely on improving release processes while minimizing unrelated alterations. Remember, "Simplicity is the ultimate sophistication" β€” Leonardo da Vinci.

For further guidance, you can check out our Contributing Guide. Feel free to raise any questions or comments in the discussion thread. Thanks again for your valuable contribution! 🌟

@glenn-jocher glenn-jocher merged commit dcd4c03 into main Oct 16, 2024
4 checks passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-2 branch October 16, 2024 00:39
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