rxdi / firelink

Firebase. gcloud and monorepos are not combining very well until they met @rxdi/firelink
MIT License
68 stars 9 forks source link

fix(Changelog): doesn't create correctly based on the version tags #33

Closed Stradivario closed 2 years ago

Stradivario commented 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.

Stradivario commented 2 years ago

Fixed when publishing manually git push --follow-tags.

The problem was that when used inside Github Actions it was not actually pushing the tags correctly.