shabados / actions

Cross-repository utilities repository
MIT License
0 stars 4 forks source link

fix(bump-version): use creatordate instead of taggerdate to get version #89

Closed Harjot1Singh closed 2 years ago

Harjot1Singh commented 2 years ago

Summary of PR

Uses creatordate instead of taggerdate in sorting the git tags in bump-version. This should prevent the latest tags from not being present if they're not off mainline.

Fixes #88