RasaHQ / rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
https://rasa.com/docs/rasa/
Apache License 2.0
18.32k stars 4.57k forks source link

Edit docs workflow to release docs for 3.6.x #12993

Closed sanchariGr closed 6 months ago

sanchariGr commented 6 months ago

Proposed changes:

github-actions[bot] commented 6 months ago

🚀 A preview of the docs have been deployed at the following URL: https://12993--rasahq-docs-rasa-v2.netlify.app/docs/rasa

sanchariGr commented 6 months ago

@m-vdb I have the test results added in the PR description. The failure was with tag 3.5.18, which is expected.

Screenshot 2024-01-17 at 11 46 49

git fetch fetches all the tags available in origin so it was also fetching 3.7.0 and 3.8.0a9 (see here). git describe --tags --abbrev=0 HEAD only gets the latest tag on a branch.

m-vdb commented 6 months ago

ok gotcha, works for me. Something very weird is happening locally when I run the command. When I run it on main, it outputs 3.6.13, when I run it on 3.6.x, it output 3.6.15. In both cases that's different from what you have here

sanchariGr commented 6 months ago

Thats because this https://github.com/RasaHQ/rasa/pull/12996 was not merged into main. So main changelog also is only updated until 3.6.13. Let me merge this and check.