Closed Stradivario closed 2 years ago
The Changelog script is not creating history of the commits with tagged version but instead it is combining all commits which are extracted the latest release tag.
Fixed when publishing manually git push --follow-tags.
git push --follow-tags
The problem was that when used inside Github Actions it was not actually pushing the tags correctly.
Github Actions
The Changelog script is not creating history of the commits with tagged version but instead it is combining all commits which are extracted the latest release tag.