GoogleCloudPlatform / appengine-plugins

A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom user tools, etc.
Apache License 2.0
40 stars 26 forks source link

Remove prepare_release script and migrate to GitHub Actions #877

Closed chanseokoh closed 3 years ago

chanseokoh commented 3 years ago

This allows a release eng to prepare a release with a click. No need to run a script on a local machine that interferes with your local git repo.

This also automates filing a PR. So what comes with free is automated notifications: just click a button, and whether it succeeds or fails, you'll be notified by email.

image

chanseokoh commented 3 years ago

@suztomo I accepted your code change suggestions, which made the bot require you write @googlebot I fixed it..

chanseokoh commented 3 years ago

@suztomo can you resolve the CLA bot complaint?

suztomo commented 3 years ago

I didn't know it was complaining to me. Updated the labels. I remember that CLA bot doesn't work with accepting GitHub suggestions.