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
36 stars 25 forks source link

fix: setup release please #970

Closed JoeWang1127 closed 7 months ago

suztomo commented 7 months ago

You need the version.txt and https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/.github/release-trigger.yml, at least. What else?

Search for any file whose name has "release" in spring-cloud-gcp.

Search for any file that has "release-please" in spring-cloud-gcp.

Find pull requests that added/modified these files.

JoeWang1127 commented 7 months ago

Search for any file whose name has "release" in spring-cloud-gcp.

Search for any file that has "release-please" in spring-cloud-gcp.

Only two files have "release" in name: release-please.yml and release-trigger.yml.

suztomo commented 7 months ago

Release Please and Release Trigger are installed in this repository. Good.

Screenshot 2023-12-12 at 8 03 58 PM
suztomo commented 7 months ago

When merging this pull request, update the title (+commit message) with "fix:" prefix so that Release Please should create a pull request.

JoeWang1127 commented 7 months ago

When merging this pull request, update the title (+commit message) with "fix:" prefix so that Release Please should create a pull request.

Done.