Skip to content
Snippets Groups Projects
Commit 8ccfce45 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

logs for gitlab

parent d78926af
No related branches found
No related tags found
1 merge request!4Update robotpkg-test-rc.py for pinocchio v2.0.0 tests
......@@ -41,4 +41,5 @@ echo -e "# Done ! Now you have to run:"
echo -e "git push --tags"
TAGS=$(git tag -l|grep '^v'|tail -n2|sed ':a;N;$!ba;s/\n/../g')
echo -e "git log --grep='Merge pull request #' --date-order --pretty='format:- %b' $TAGS"
echo -e "git log --grep='Merge branch' --date-order --pretty='format:- %b' $TAGS | grep '^-'"
echo -e "# Draft new release"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment