Closed
Description
Background
When releasing the initial Release then all commit from repository creation are needed.
When releasing the second Release, a commits between the last and the new one are needed.
Feature
Add logic to detect if Release is the initial.
- If it is the initial then provide a full range of commits.
- If it is not the initial then provide a range of commits from the last one.