Skip to content

Releasing packages using nx_monorepo #245

Answered by JeremyJonas
pchaganti asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @pchaganti, what your referring to is lerna fixed/locked mode versioning strategy.

Currently the nx-monorepo doesn't manage the sub-package versioning, that is handled by the bump tasks from within sub-packages in PDKProject as part of release task.

https://github.com/aws/aws-prototyping-sdk/blob/f4f5401f37aa0a81918114bf4c62560c4636e5b0/private/pdk-project.ts#L176-L215

@agdimech is working on new versioning strategy for PDK that would move to pure conventional SemVer versioning, and I believe that is planning to utilize lerna versioning utils. The plan is to still use lerna independent versioning, which won't address your question directly. But once we move to lerna it the workspace st…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pchaganti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants