ptupitsyn commented on code in PR #6425:
URL: https://github.com/apache/ignite-3/pull/6425#discussion_r2276593769
##########
RELEASE.md:
##########
@@ -112,4 +112,13 @@ Perform the following actions ONLY after the vote is
successful and closed.
* 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`
9. Publish Python packages (TODO
[IGNITE-24327](https://issues.apache.org/jira/browse/IGNITE-24327))
-10. Update https://ignite.apache.org/download.cgi page - see
https://cwiki.apache.org/confluence/display/IGNITE/Website+Development
\ No newline at end of file
+10. Update https://ignite.apache.org/download.cgi page - see
https://cwiki.apache.org/confluence/display/IGNITE/Website+Development
+
+## Post Release steps
+
+1. Add compatibility snapshot for released version:
+
+ * Generate a new snapshot with compatibility information `./gradlew
:ignite-runner:generateCompatibilitySnapshot`
Review Comment:
Let's clarify that this should be done in the release branch.
--
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