Bump the version number in package.json to (1.0.0) the version you are about to release.
NB! Commit the version bump
git tag -a v1.0.0 -m "v1.0.0"
git push origin v1.0.0
Watch that actions run successfully
Edit release details to create a changelog
Remove the This is a pre-release boolean and publish the release as latest