Skip to content

fix: add release-please version annotations and fix ClientOptions SDK name#21

Merged
GregHolmes merged 1 commit intomainfrom
fix/release-please-version-annotations
Mar 30, 2026
Merged

fix: add release-please version annotations and fix ClientOptions SDK name#21
GregHolmes merged 1 commit intomainfrom
fix/release-please-version-annotations

Conversation

@GregHolmes
Copy link
Copy Markdown
Contributor

  • Add x-release-please-version annotations to build.gradle, pom.xml, and ClientOptions.java so release-please can find and update version strings
  • Fix ClientOptions.java User-Agent and SDK name headers to match actual Maven artifact coordinates

Context

Release-please's generic updater requires inline annotations to identify which lines contain version strings. Without them, build.gradle, pom.xml, and ClientOptions.java were not being updated in the release PR (#18).

Note: ClientOptions.java annotations will be wiped by Fern on each regeneration and need to be re-added in the post-regen commit.

Files changed

  • build.gradle — added // x-release-please-version annotation
  • pom.xml — added <!-- x-release-please-version --> annotation
  • src/main/java/com/deepgram/core/ClientOptions.java — added annotations and fixed SDK name/User-Agent

@GregHolmes GregHolmes self-assigned this Mar 30, 2026
@GregHolmes GregHolmes changed the title fix: add release-please version annotations and fix clientoptions sdk name fix: add release-please version annotations and fix ClientOptions SDK name Mar 30, 2026
@GregHolmes GregHolmes merged commit 0f56e52 into main Mar 30, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants