Multiple Release Schedules: Version one package, ignore the rest #1328
Unanswered
DavidVaness
asked this question in
Q&A
Replies: 1 comment
|
I also have the same kind of use-case and haven't found any solutions yet. We have a similar setup with multiple packages in a monorepo. Some packages need frequent independent releases. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey, How do I handle Multiple Release Schedules?
I have a Monorepo and one package that I need to version and create the changelog.md for individually
there is the ignore flag that would allow me to ignore packages
Its very cumbersome to ignore 30+ apps/packages here. Is there a better way to handle this (regex?)
For the rest of the releases, the versioning is alright because we deploy them together
My example: We have a storybook instance and I want to publish it independently from the rest of the app
Should I move this to its own GH repo to avoid this?
All reactions