Skip to content

Commit 49b9e47

Browse files
authored
build: enable release-please (#205)
This PR only handles proposing the version bumps.
1 parent ae414cb commit 49b9e47

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/release-please.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
releaseType: java-yoshi

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ limitations under the License.
3434

3535
<groupId>com.google.cloud.samples</groupId>
3636
<artifactId>shared-configuration</artifactId>
37-
<version>1.0.22-SNAPSHOT</version>
37+
<version>1.0.22-SNAPSHOT</version><!-- {x-version-update:shared-configuration:current} -->
3838
<packaging>pom</packaging>
3939

4040
<name>${project.groupId}:${project.artifactId}</name>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626
<parent>
2727
<artifactId>shared-configuration</artifactId>
2828
<groupId>com.google.cloud.samples</groupId>
29-
<version>1.0.22-SNAPSHOT</version>
29+
<version>1.0.22-SNAPSHOT</version><!-- {x-version-update:shared-configuration:current} -->
3030
<relativePath>..</relativePath>
3131
</parent>
3232

versions.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Format:
2+
# module:released-version:current-version
3+
4+
shared-configuration:1.0.21:1.0.22-SNAPSHOT

0 commit comments

Comments
 (0)