Closed sanchariGr closed 10 months ago
🚀 A preview of the docs have been deployed at the following URL: https://12993--rasahq-docs-rasa-v2.netlify.app/docs/rasa
@m-vdb I have the test results added in the PR description. The failure was with tag 3.5.18, which is expected.
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.
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
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.
Proposed changes: