You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: