Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create multiple PRs based off which packages are included in Changesets #107

Open
juliannaroen opened this issue Aug 24, 2021 · 2 comments

Comments

@juliannaroen
Copy link

On my team we have a mono-repo consisting of many packages that we use changesets to manage. We're also using changesets releases action to conglomerate version bumps in a single PR and publish to NPM when merged.

Some of our packages are dependent on others and require to be released in a specific order. Because of this, it'd be useful to be able to configure the release action so multiple PRs can be created depending on which versions are updated.

For example, there could be an option added where a dev could specify "create a Version Packages for package-abc PR when changeset for package-abc is detected" and a "create a Version Packages for all packages except package-abc PR which excludes package-abc but bundles all other bumps to other packages detected in changesets".

A feature such as this would give us more confidence and control in our release process.

@airtonix
Copy link

airtonix commented May 12, 2022

something like versionGroups in syncpack 👉🏻 https://github.com/JamieMason/syncpack#versiongroups

we'd love this so we can automatically create release PRs for the many apps in our monorepo that are managed by changesets.

@NWRichmond
Copy link

+1 to this feature request ✨

Related issue: changesets/changesets#937

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants