You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a set of libraries that I would like to always publish at the same time.
The dependency between them is there is a core and then a set of helpers which specify the core as a peerDependency.
I tried using a fixedprojectsRelationship with projectChangelogs but the results seem to be that projectChangeLogs are all generated from the root and not from the individual packages.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a set of libraries that I would like to always publish at the same time.
The dependency between them is there is a core and then a set of helpers which specify the core as a
peerDependency
.I tried using a
fixed
projectsRelationship
withprojectChangelogs
but the results seem to be thatprojectChangeLogs
are all generated from the root and not from the individual packages.I know one way around this is to use
with a custom version generator but having to customize it makes me think that I'm missing something obvious. 🤔
Beta Was this translation helpful? Give feedback.
All reactions