ceruleanlabs / marco

Simple CLI tool for fetching list of projects which are ready for a release
https://www.npmjs.com/package/marco-cli
MIT License
0 stars 0 forks source link

Marks repo as ready for release when non-semver tags exist #6

Open bergren2 opened 6 years ago

bergren2 commented 6 years ago

Noticed an issue when there are a list of semver tags that exist IN ADDITION to non-semver tags that appear after the latest semver tag.

rehret commented 6 years ago

What's the use case for this? Why wouldn't a new semver tag at the target commit work? I can picture scenarios when a non-semver tag is added which shouldn't be considered for release. For example, 1.1.0-rc.

rehret commented 6 years ago

I've re-read this issue and maybe I misunderstood it. Can I get some more information?