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

Add automatic patch release generation #551

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

ZzEeKkAa
Copy link
Contributor

Similarly to KhronosGroup/SPIRV-LLVM-Translator#2586 adds automated patch release generation.

Examples of releases could be found in my fork: https://github.com/ZzEeKkAa/opencl-clang/releases

For the final result look at https://github.com/ZzEeKkAa/opencl-clang/releases/tag/v17.0.5 . On other releases I've been playing around with release message.

Fixes #537

@ZzEeKkAa
Copy link
Contributor Author

@wenju-he I finally got time to implement it. CI is red but it is not related to my code, since I did not touch cpp

workflow_dispatch:
schedule:
# First day of every month
- cron: '0 0 1 * *'
Copy link
Contributor

@wenju-he wenju-he Sep 29, 2024

Choose a reason for hiding this comment

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

is it right that a new release won't be created if there is no change in an opencl-clang branch?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, that's correct

Copy link
Contributor

@wenju-he wenju-he left a comment

Choose a reason for hiding this comment

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

LGTM

@wenju-he
Copy link
Contributor

@ZzEeKkAa thank you for the patch.
@haonanya please review.

@wenju-he wenju-he merged commit 227eee9 into intel:main Sep 30, 2024
2 of 4 checks passed
@ZzEeKkAa
Copy link
Contributor Author

Thank you for the fast review! Hopping to see new releases tomorrow!

@ZzEeKkAa
Copy link
Contributor Author

ZzEeKkAa commented Oct 1, 2024

And it worked as expected! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add automated releases for llvm branches
3 participants