This is an automated email from the ASF dual-hosted git repository. Cole-Greer pushed a commit to branch remove-mono in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 6cb98c0ceb19a7bc543ae66fb8b3bc3e4b570dfb Author: Cole Greer <[email protected]> AuthorDate: Wed Jul 22 12:02:31 2026 -0700 Add nuget.apiKey property to release doc deploy commands --- docs/src/dev/developer/release.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index f6374fda9a..ee7d570093 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -61,7 +61,7 @@ development artifacts must be generated and deployed separately with additional mvn clean install -Pglv-python mvn deploy -pl gremlin-python -Dpypi mvn clean install -pl :gremlin-dotnet,:gremlin-dotnet-source -Dnuget -mvn deploy -pl :gremlin-dotnet-source -Dnuget +mvn deploy -pl :gremlin-dotnet-source -Dnuget -Dnuget.apiKey=[your-api-key] mvn deploy -pl gremlin-javascript -Dnpm` ---- @@ -257,7 +257,7 @@ the help of a PMC member for those steps. .. This build will likely occur from the tag for the release, so be sure to checkout the tag first before executing this step. .. `mvn clean install -DskipTests -Dnuget` .. `mvn deploy -pl gremlin-python -DskipTests -Dpypi` -.. `mvn deploy -pl :gremlin-dotnet-source -DskipTests -Dnuget` +.. `mvn deploy -pl :gremlin-dotnet-source -DskipTests -Dnuget -Dnuget.apiKey=[your-api-key]` .. `mvn deploy -pl gremlin-javascript -DskipTests -Dnpm` ... Consider direct deploy with `npm publish --otp <otp>` from `gremlin-javascript/src/main/javascript/gremlin-javascript/` - if using this method, ensure the `npm` version aligns with the one expected by the branch. .. `mvn deploy -pl gremlint -DskipTests -Dnpm`
