-
Notifications
You must be signed in to change notification settings - Fork 8
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
Script to generate release notes & .zip files #78
Conversation
Script: bazelbuild/java_tools#78 (This is just the part that creates the release on GitHub. Steps to create RCs, update files, create PRs, etc. are still in progress). cc @hvadehra
Have you considered changing the output of I think making that script dump json with all the values you need here would be easier to maintain that the complex and somewhat brittle parsing in this PR. |
Oh that's good to know! I wasn't sure if that script was being used elsewhere. |
btw, outputting json was just me thinking out loud. It would definitely be trivial to parse in python. But please feel free to use whatever standard format (maybe yaml?) is easiest in shell. I'm pretty sure there's a package for everything in python :) |
Script: bazelbuild/java_tools#78 (This is just the part that creates the release on GitHub. Steps to create RCs, update files, create PRs, etc. are still in progress). cc @hvadehra
Part of automating the java_tools release process (bazelbuild/continuous-integration#1733)