Skip to content

How to update many package version and push to git concurrentl #1789

Answered by travi
ngoctuan001 asked this question in Q&A
Discussion options

You must be logged in to vote

semantic-release provides no official support for packages managed within monorepos. the types of complexities that you describe are along the lines of the reasons why we have not added support for this structure.

there are some tools that add support for specific approaches for managing packages withing a monorepo on top of semantic-release, but support for those additional tools is provided by their maintainers, and not the core team here. one that i have used with success in a lerna mnaaged monorepo is semantic-release-monorepo. however, even that one recommends running against the multiple packages serially.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by travi
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
Converted from issue

This discussion was converted from issue #1788 on February 10, 2021 19:49.