Formulate the agreement on version numbers and dependent references between modules #748
Replies: 1 comment 2 replies
-
Hi @normal-coder, What issues did you face when running the monorepo? From https://inlang.com/documentation/contributing, the only steps you need to do are:
Nothing else is required.
The module version number is always the latest, indicated by
None. The packages are bundled by consuming packages and therefore obey to the release schedule of the consuming apps. |
Beta Was this translation helpful? Give feedback.
-
Problem
Currently, the monorepo solution is used to manage the project, but because some modules have not been published to npm and the agreed version is declared, it cannot run smoothly locally. It takes a series of attempts to get it to work.
Proposal
Make a convention, declare it in the project
README.md
, and implement it in each module. Including but not limited to:Additional information
Beta Was this translation helpful? Give feedback.
All reactions