Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 1e17d10

Browse files
authored
chore: enable release-please bot (#160)
* chore: enable release-please bot * chore: convert version.txt to versions.txt for expected release-please format
1 parent 955b8a7 commit 1e17d10

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
releaseType: java-yoshi
2+
bumpMinorPreMajor: true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'io.codearte.nexus-staging'
2727
group = "com.google.api"
2828
archivesBaseName = "api-common"
2929

30-
project.version = new File("version.txt").text.trim()
30+
project.version = "1.9.3-SNAPSHOT" // {x-version-update:api-common:current}
3131

3232
sourceCompatibility = 1.7
3333
targetCompatibility = 1.7

version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

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+
api-common:1.9.2:1.9.3-SNAPSHOT

0 commit comments

Comments
 (0)