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 tag.yml #72

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Update tag.yml #72

merged 1 commit into from
Dec 12, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Dec 12, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

This PR enhances the workflow for tagging and releasing updates in the ultralytics/yolo-ios-app repository, improving automation and adding notifications. πŸš€

πŸ“Š Key Changes

  • πŸ”§ Refactored and streamlined the GitHub Actions workflow for handling new tags and releases.
  • βž• Added Slack notifications to alert the team on successful tag and release events.

🎯 Purpose & Impact

  • βœ… Improved Automation: Makes the tagging and release processes more efficient by reducing redundant configurations.
  • πŸ”” Real-Time Notifications: Slack integration ensures the team stays updated on release progress, improving transparency and collaboration.
  • πŸŽ‰ Convenience for Developers: These enhancements foster a smoother workflow for managing app updates, ensuring faster feedback and deployment cycles.

Signed-off-by: Glenn Jocher <[email protected]>
@UltralyticsAssistant UltralyticsAssistant added devops GitHub Devops or MLops enhancement New feature or request labels Dec 12, 2024
@UltralyticsAssistant
Copy link
Member

πŸ‘‹ Hello @glenn-jocher, thank you for submitting an ultralytics/yolo-ios-app πŸš€ PR! To ensure a seamless integration of your work, please review the following checklist:

  • βœ… Define a Purpose: Clearly explain the purpose of your fix or feature in your PR description, and link to any relevant issues. Ensure your commit messages are clear, concise, and adhere to the project's conventions.
  • βœ… Synchronize with Source: Confirm your PR is synchronized with the ultralytics/yolo-ios-app main branch. If it's behind, update it by clicking the 'Update branch' button or by running git pull and git merge main locally.
  • βœ… Ensure CI Checks Pass: Verify all Ultralytics Continuous Integration (CI) checks are passing. If any checks fail, please address the issues.
  • βœ… Update Documentation: Update the relevant documentation for any new or modified features.
  • βœ… Add Tests: If applicable, include or update tests to cover your changes, and confirm that all tests are passing.
  • βœ… Sign the CLA: Please ensure you have signed our Contributor License Agreement if this is your first Ultralytics PR by writing "I have read the CLA Document and I sign the CLA" in a new message.
  • βœ… Minimize Changes: Limit your changes to the minimum necessary for your update. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." β€” Bruce Lee

Additional Notes:

  • πŸŽ‰ Your updates to tag.yml look great and are well-documented. The addition of Slack notifications is a fantastic enhancement for team visibility!
  • If possible, can you please confirm if these changes have been tested with a successful dry run to ensure all workflows execute as expected?

For more guidance, please refer to our Contributing Guide. This is an automated response, but rest assured that an Ultralytics engineer will review your PR and provide additional feedback soon. Thank you for contributing to Ultralytics! πŸš€

@glenn-jocher glenn-jocher merged commit e620d22 into main Dec 12, 2024
2 checks passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch December 12, 2024 23:40
- name: Publish new tag
if: steps.check_tag.outputs.tag_exists == 'false'
run: |
git tag -a "${{ github.event.inputs.tag_name }}" -m "$(git log -1 --pretty=%B)"
git push origin "${{ github.event.inputs.tag_name }}"

- name: Set up Python environment
uses: actions/setup-python@v5
with:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-😍😍😍😍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops GitHub Devops or MLops enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants