ericclemmons / github-semantic-version

Automated semantic version releases powered by Github Issues.
MIT License
21 stars 8 forks source link

Mono repo support #33

Closed hipstersmoothie closed 5 years ago

hipstersmoothie commented 6 years ago

I use this tool on every project I can. the problem is It doesn't work with monorepos the best. It would be awesome to at least support lerna version

milesj commented 6 years ago

@hipstersmoothie Honestly, I don't think this will ever happen. You might have more luck with https://github.com/Updater/semantic-release-monorepo

hipstersmoothie commented 6 years ago

I've looked at that before. The killer feature of github-semantic-version is the labels. It makes managing a repo a breeze. Unfortunately that one runs off of commits

milesj commented 6 years ago

@hipstersmoothie I literally wrote this a few days ago as a POC: https://github.com/milesj/semantic-release-commit-analyzer-github-labels

Not sure it works or is even viable.