Skip to content

Commit 75eb171

Browse files
committed
Remember to commit the release branch
1 parent 56bf38b commit 75eb171

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

admin/release

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ sed -i "11 G" $file
122122
sed -i "12 a :doc:\`See all the changes. </changelogs/next>\`" $file
123123
sed -i "13 G" $file
124124
125+
#---------------------------------------------------
126+
echo -e "${BOLD}Commit the release branch${NORMAL}"
127+
git add .
128+
git commit -S -m "Release ${RELEASE}"
129+
125130
#---------------------------------------------------
126131
# Build the distributables
127132

0 commit comments

Comments
 (0)