Creates release notes for a new version of Clairify
The user wants to create release notes for a new version. The version number is: $ARGUMENTS
Follow these steps:
release-notes/$ARGUMENTS.docs/release-notes/rn-$ARGUMENTS.md (remove dots from the version number, e.g. 4.0.0 → rn-400.md) using the content provided, formatted to match the style of docs/release-notes/rn-300.md.mkdocs-base.yml to add the new release notes file at the top of the "Release Notes" nav section.git add so the git-revision-date-localized plugin can read them (it requires files to be tracked by git, otherwise the build will fail).conda run --no-capture-output -n docs mkdocs serve in the background. Wait for the "Serving on http://127.0.0.1:8000" line before proceeding.