Skip to content

Commit c6c9d7f

Browse files
authored
chore: migrate repository to Librarian (#1643)
* chore: migrate repository to Librarian Towards googleapis/librarian#2417 * chore: comment/format only changes - The source root doesn't need quoting - Updated internal/version.go header format * chore: remove vestigial repo-config.yaml * chore: change changelog header
1 parent 3a91419 commit c6c9d7f

File tree

5 files changed

+36
-3
lines changed

5 files changed

+36
-3
lines changed

.github/release-please.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.librarian/config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Hand-maintained configuration for libraries.
2+
#
3+
# All libraries with handwritten code (core, hybrid and handwritten)
4+
# libraries have "release_blocked: true" so that releases are
5+
# explicitly initiated
6+
libraries:
7+
- id: "generator"
8+
release_blocked: true

.librarian/state.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go:latest
2+
libraries:
3+
- id: generator
4+
version: 0.53.1
5+
source_roots:
6+
- .
7+
tag_format: 'v{version}'

CHANGELOG.md renamed to CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changelog
1+
# Changes
22

33
## [0.53.1](https://github.com/googleapis/gapic-generator-go/compare/v0.53.0...v0.53.1) (2025-05-30)
44

internal/version.go

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)