isapego commented on code in PR #5953: URL: https://github.com/apache/ignite-3/pull/5953#discussion_r2120644397
########## RELEASE.md: ########## @@ -96,3 +103,16 @@ Perform the following actions ONLY after the vote is successful and closed. svn add {version} svn commit -m “Apache Ignite {version}” ``` +5. Build and publish the documentation - see docs/README.adoc + * Push to https://github.com/apache/ignite-website/tree/master/docs/ignite3 +6. Build and publish API docs + * Java: `./gradlew aggregateJavadoc` + * .NET: `./gradlew :platforms:aggregateDotnetDocs` + * C++: `./gradlew :platforms:doxygenCppClient` + * Push to https://github.com/apache/ignite-website/tree/master/releases +7. Publish Docker images: `./gradlew :packaging:docker` (TODO - see [IGNITE-24408](https://issues.apache.org/jira/browse/IGNITE-24408)) +8. Publish NuGet packages: + * Get API key from https://svn.apache.org/repos/private/pmc/ignite/credentials/nuget.org (PMC only) + * `for i in *.nupkg; do dotnet nuget push $i -k API_KEY_HERE -s "https://nuget.org/"; done` Review Comment: Should we have a script for this? This way we won't need to update documentation if the command to publish it will change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org