This PR includes a new release-notes-script.sh file that can be used locally to generate release notes outputted as a Markdown file in a temp-new-release-notes.md file. The content of the Markdown file can then be directly copied & pasted in the release-notes.md file used by Docusaurus to render the whole history of release notes.
To test the script, you might first need to make it an executable by running chmod +x release-notes-script.sh. This has to be done only once on every machine.
After this, you should be able to simply run ./release-notes-script.sh to run the script and generate the file 🚀 This will only work if you're in the /docusaurus folder.
This PR includes a new
release-notes-script.sh
file that can be used locally to generate release notes outputted as a Markdown file in atemp-new-release-notes.md
file. The content of the Markdown file can then be directly copied & pasted in therelease-notes.md
file used by Docusaurus to render the whole history of release notes.To test the script, you might first need to make it an executable by running
chmod +x release-notes-script.sh
. This has to be done only once on every machine. After this, you should be able to simply run./release-notes-script.sh
to run the script and generate the file 🚀 This will only work if you're in the/docusaurus
folder.