cocogitto / cocogitto-action

A github action to ensure your current gitlog respect the conventional commit specification
22 stars 17 forks source link

[BUG] Action releases not properly tagged #16

Closed oradwell closed 8 months ago

oradwell commented 9 months ago

Describe the bug

Cocogitto action releases are not properly tagged. When targeting v3 you get v3.0 release only which is from March 2022. To get updates, you have to target main which means you may get breaking changes.

To Reproduce Steps to reproduce the behavior:

Expected behavior

I expect when v3.5 is released v3 tag is updated to point to v3.5.

Additional context

For example, actions/checkout updates older tags so when there are minor or patch releases, the users of the actions get those features and fixes. See the tags here