Skip to content

Commit

Permalink
fix: setup release please (#970)
Browse files Browse the repository at this point in the history
* fix: setup release please

* add release trigger

* add current version
  • Loading branch information
JoeWang1127 authored Dec 13, 2023
1 parent a6606a0 commit b10b3c9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/release-please.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
primaryBranch: main
releaseType: java-yoshi
handleGHRelease: true
1 change: 1 addition & 0 deletions .github/release-trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
enabled: true
4 changes: 2 additions & 2 deletions app-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1-SNAPSHOT</version><!-- {x-version-update:app-maven-plugin:current} -->
<packaging>maven-plugin</packaging>

<name>App Engine Maven Plugin</name>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-plugins-core</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version><!-- {x-version-update:appengine-plugins-core:current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appengine-plugins-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-plugins-core</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version><!-- {x-version-update:appengine-plugins-core:current} -->

<name>App Engine Plugins Core Library</name>
<description>
Expand Down
5 changes: 5 additions & 0 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Format:
# module:released-version:current-version

appengine-plugins-core:0.10.0:0.10.1-SNAPSHOT
app-maven-plugin:2.5.0:2.5.1-SNAPSHOT

0 comments on commit b10b3c9

Please sign in to comment.