release-notes CI template: allow 'git fetch --unshallow' to fail
The git fetch --unshallow will fail on a repo that has a small history and for which gitlab has pulled the complete repo.
$ git fetch --unshallow
fatal: --unshallow on a complete repository does not make sense
This MR fixes this issue by allowing this command to fail.
Edited by Thomas Morin