intel / opencl-clang

Other
133 stars 59 forks source link

Add automatic patch release generation #551

Closed ZzEeKkAa closed 2 days ago

ZzEeKkAa commented 4 days ago

Similarly to https://github.com/KhronosGroup/SPIRV-LLVM-Translator/pull/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 commented 4 days ago

@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

wenju-he commented 2 days ago

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

ZzEeKkAa commented 1 day ago

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

ZzEeKkAa commented 1 day ago

And it worked as expected! Thank you!