Currently, there are many manual commands that need to be run to push a new release branch and tag. This can be simplified into a simple script that can be run:
./release.sh <release version> <next version>
For example, to release version 1.5.7, just run the command:
./release.sh 1.5.7 1.5.8