Skip to content

Commit 49be37a

Browse files
authored
chore: update librarian to v0.28.0 (#13855)
Librarian version upgrade and the `generate -all` command: ``` (.venv) suztomo@suztomo:~/librarian-2026/google-cloud-java$ go run github.com/googleapis/librarian/cmd/librarian@latest update version (.venv) suztomo@suztomo:~/librarian-2026/google-cloud-java$ V=$(go run github.com/googleapis/librarian/cmd/librarian@latest config get version) (.venv) suztomo@suztomo:~/librarian-2026/google-cloud-java$ echo $V v0.28.0 (.venv) suztomo@suztomo:~/librarian-2026/google-cloud-java$ go run github.com/googleapis/librarian/cmd/librarian@${V} generate --all ``` This didn't generate any diff.
1 parent 334a2c5 commit 49be37a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
language: java
15-
version: v0.27.1
15+
version: v0.28.0
1616
repo: googleapis/google-cloud-java
1717
sources:
1818
googleapis:

0 commit comments

Comments
 (0)