The user wants to create release notes for a new version. The version number is: $ARGUMENTS
Follow these steps:
- Ask the user to paste in the release note content.
- Create a new branch named
release-notes/$ARGUMENTS. - Create a new file at
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 ofdocs/release-notes/rn-300.md. - Update
mkdocs.ymlto add the new release notes file at the top of the "Release Notes" nav section. - Run
conda run -n docs mkdocs servein the background so the user can preview the changes at http://127.0.0.1:8000. - Tell the user the site is ready to preview and ask if they'd like to make any changes.