We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bf38b commit 75eb171Copy full SHA for 75eb171
1 file changed
admin/release
@@ -122,6 +122,11 @@ sed -i "11 G" $file
122
sed -i "12 a :doc:\`See all the changes. </changelogs/next>\`" $file
123
sed -i "13 G" $file
124
125
+#---------------------------------------------------
126
+echo -e "${BOLD}Commit the release branch${NORMAL}"
127
+git add .
128
+git commit -S -m "Release ${RELEASE}"
129
+
130
#---------------------------------------------------
131
# Build the distributables
132
0 commit comments