Added instructions to update Github milestones after release. (#2561)
This commit is contained in:
parent
0dd9d2202f
commit
f2ffd8d864
|
@ -232,6 +232,10 @@ echo ""
|
||||||
echo " cd ${TMPDIR}"
|
echo " cd ${TMPDIR}"
|
||||||
echo " sendmail -t < email.txt"
|
echo " sendmail -t < email.txt"
|
||||||
echo ""
|
echo ""
|
||||||
|
echo "Update milestones on GitHub:"
|
||||||
|
echo " Set due date of ${RELEASE_VERSION} to $(date +'%Y-$m-%d') and close the milestone"
|
||||||
|
echo " Create milestone for the next version with unset due date"
|
||||||
|
echo ""
|
||||||
echo "Announce on:"
|
echo "Announce on:"
|
||||||
echo " twitter"
|
echo " twitter"
|
||||||
echo " google+"
|
echo " google+"
|
||||||
|
|
Loading…
Reference in New Issue