Hello.
I am using @anolilab/multi-semantic-release
app A
is using package B
as an internal(private) package.
apps/A
packages/B
A/package.json
"dependencies": {
"B": "*"
}
.multi-releaserc
{
"ignorePrivate": false,
"ignorePackages": ["packages/**"],
"deps": {
"bump": "inherit"
}
}
Is there a way to release(patch) app A
when a change to a file in package B
is committed?
Currently, it seems like it doesn't release unless A
's package.json is changed.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too