Skip to content

Commit

Permalink
build: switch to manifest config
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Apr 5, 2024
1 parent 33c7558 commit ea5dd4a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
releaseType: java-yoshi
bumpMinorPreMajor: true
extraFiles:
- >-
bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/BigtableVersionInfo.java
- >-
bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java
manifest: true
handleGHRelease: true
branches:
- branch: bigtable-1.x
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.30.0"
}
13 changes: 13 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"last-release-sha": "725c92c15fb7caf6f327bc2683d76d0d4fe6f039",
"release-type": "java-yoshi",
"bump-minor-pre-major": true,
"extra-files": [
"bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/BigtableVersionInfo.java",
"bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java"
],
"packages": {
".": {}
}
}

0 comments on commit ea5dd4a

Please sign in to comment.