Now create the new branch to push all the changes made to the changelog. This way the team could review that everything is correct to approve it!
Naming convention is release/[number_of_release], so if you are releasing the version 2.8.8 it should be release/2.8.8.
Create Github release
Once the PR is approved and merged, we head to github releases to create a new one with the same number in the tag release we previously used in the package.json.
The content of the release will be the last changes in the CHANGELOG.md
Release 🎉
After filling all the data just hit Publish release!