How to upgrade version for all unpublished modules within monorepo #298
Unanswered
MarkOSullivan94
asked this question in
Q&A
Replies: 1 comment 5 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone 👋
I've been reading about the
melos version
option which sounds incredibly helpful to automatically update the version in each of the modulespubspec.yaml
file and then generate the changelog files for these same modules.Right now within our monorepo we have not yet adopted conventional commits and I assume because of this, then the changelog files cannot be generated.
However I was still hoping to use the tool to at least upgrade the version number in all of the
pubspec.yaml
files yet it doesn't seem possible to do that either?I've tried both
melos version
andmelos version --all
with no success.melos version
melos version --all
TL;DR
1. Is it not possible to have a generated changelog after running
melos version
unless you're using conventional commits?2. What would cause Melos to be unable to upgrade the version number within
pubspec.yaml
for the modules in the monorepo?Apologies if I've misunderstood the functionality offered!
Beta Was this translation helpful? Give feedback.
All reactions