codacy / git-version

Git versioning used in Codacy
Apache License 2.0
135 stars 43 forks source link

[CY-6361] version not updating & please add better docs! #62

Open patrickbland opened 2 years ago

patrickbland commented 2 years ago

I really want to follow this module versioning methodology for our mono-repos -- I've spent the past hour trying to use your readme file and versions don't roll using your modules examples.

I also got a linting error where log-path should be log-paths

This looks really promising and I would love to get this working

github-actions[bot] commented 2 years ago

Internal ticket created : CY-6361

james-arawhanui commented 2 years ago

I also got tripped up on log-paths when the examples were log-path

I can't seem to grasp how previous version gets detected, I think I might need to apply a tag to the commit, so that next time the workflow runs it may see previous tags.

EDIT: as I suspected, the commit needs tagging for git-version to pick it up on the next run https://github.com/codacy/git-version/issues/58#issuecomment-1269217605