From 3682ff92eae95844a11ecf75fe39a1fd32044cf8 Mon Sep 17 00:00:00 2001 From: GitHub CI Date: Thu, 18 Apr 2024 14:59:47 +0000 Subject: [PATCH] AUTO docusaurus 20240418 --- docs/versioned_docs/version-3.x/changelog.mdx | 7 +++++++ .../version-3.x/sources/rasa_interactive___help.txt | 2 +- .../version-3.x/sources/rasa_shell___help.txt | 2 +- docs/versioned_docs/version-3.x/variables.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/versioned_docs/version-3.x/changelog.mdx b/docs/versioned_docs/version-3.x/changelog.mdx index a9a2a21fb56b..a97640d0772b 100644 --- a/docs/versioned_docs/version-3.x/changelog.mdx +++ b/docs/versioned_docs/version-3.x/changelog.mdx @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.6.20] - 2024-04-18 + +Rasa 3.6.20 (2024-04-18) +### Miscellaneous internal changes +- [#13030](https://github.com/rasahq/rasa/issues/13030), [#13031](https://github.com/rasahq/rasa/issues/13031) + + ## [3.6.19] - 2024-03-04 Rasa 3.6.19 (2024-03-04) diff --git a/docs/versioned_docs/version-3.x/sources/rasa_interactive___help.txt b/docs/versioned_docs/version-3.x/sources/rasa_interactive___help.txt index 3f968eba630a..08af58893f3d 100644 --- a/docs/versioned_docs/version-3.x/sources/rasa_interactive___help.txt +++ b/docs/versioned_docs/version-3.x/sources/rasa_interactive___help.txt @@ -39,7 +39,7 @@ options: --conversation-id CONVERSATION_ID Specify the id of the conversation the messages are in. Defaults to a UUID that will be randomly - generated. (default: 03baa26beb2f4f568a15dbe08ed31a94) + generated. (default: 1b5a88e9280d4b21a6b058b6e948f198) --endpoints ENDPOINTS Configuration file for the model server and the connectors as a yml file. (default: endpoints.yml) diff --git a/docs/versioned_docs/version-3.x/sources/rasa_shell___help.txt b/docs/versioned_docs/version-3.x/sources/rasa_shell___help.txt index 0683f2e7afe7..a13ff7ca2f8a 100644 --- a/docs/versioned_docs/version-3.x/sources/rasa_shell___help.txt +++ b/docs/versioned_docs/version-3.x/sources/rasa_shell___help.txt @@ -30,7 +30,7 @@ options: -h, --help show this help message and exit --conversation-id CONVERSATION_ID Set the conversation ID. (default: - b537637cbc994050aa9ff86145dff77b) + 2a2364bb0b0d448a96b737fd398c766e) -m MODEL, --model MODEL Path to a trained Rasa model. If a directory is specified, it will use the latest model in this diff --git a/docs/versioned_docs/version-3.x/variables.json b/docs/versioned_docs/version-3.x/variables.json index add3c234b720..2dcba25bdd27 100644 --- a/docs/versioned_docs/version-3.x/variables.json +++ b/docs/versioned_docs/version-3.x/variables.json @@ -1,4 +1,4 @@ { - "release": "3.6.19", + "release": "3.6.20", "rasa_sdk_version": "3.6.2" } \ No newline at end of file