chore: librarian release pull request: 20250930T203159Z#2449
Closed
chore: librarian release pull request: 20250930T203159Z#2449
Conversation
lqiu96
added a commit
that referenced
this pull request
Oct 1, 2025
Fixes: #2339 ## Changes - Automatically determine if HTTPS or SSH should be used based on the remote URI - SSH is configured via go-git transport using ssh-agent. Requires users to upload their private keys to ssh-agent so that it can be picked up. SSH-Agent is used so that the private key path + passphrase doesn't need to passed in via env vars or flags. ## Result from running cloudtop Command used: `librarian release init -push`. Resulted in PR created: #2449 Logs from invocation: ``` level=INFO msg="Authenticating with SSH" level=INFO msg="Successfully pushed changes" level=INFO [msg="Creating PR" branch=librarian-20250926T172344Z base=main title="chore: librarian release pull request: 20250926T172344Z"](#2449) level=INFO msg="PR created" url=#2449 level=INFO msg="Labels added to issue" number=2449 labels=[release:pending] ``` --------- Signed-off-by: Lawrence Qiu <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Librarian Version: v0.3.1-0.20250930202404-dd350f9eaf0a
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-release-container:latest
librarian: 0.4.0
0.4.0 (2025-09-30)
Features
allow "." as valid
source_rootsentry (feat: allow "." as validsource_rootsentry #2396) (2f52aa7)inline messages in discovery docs (feat(sidekick): inline messages in discovery docs #2394) (043cf65)
write pr-body.txt to the work root when not pushing (feat: write pr-body.txt to the work root when not pushing #2395) (862c7d7)
define LIBRARIAN_GITHUB_TOKEN as a constant (feat(config): define LIBRARIAN_GITHUB_TOKEN as a constant #2367) (5979bfd)
Bug Fixes