This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Description
Problem
While working on #512 I couldn't work out why the release build was failing. I think it would be really valuable to include CI build ID in the commit message (or even better: the link to CI job).
Suggested solution
Current:
0.9.115 release (previous 0.9.114) + release notes updated [ci skip]
Desired:
0.9.115 release (previous 0.9.114) + release notes updated. CI job: https://travis-ci.org/mockito/shipkit/builds/288214072 [ci skip]
Implementation
See starting point implementation in #514