-
Notifications
You must be signed in to change notification settings - Fork 62
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
Conversation
@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 * *' |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for the fast review! Hopping to see new releases tomorrow! |
And it worked as expected! Thank you! |
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