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

Fix building of Docker images for project state without changesets #1585

Open
amarthadan opened this issue Dec 2, 2022 · 1 comment
Open

Comments

@amarthadan
Copy link
Contributor

We're using Changeset's snapshot packages to build our dev Docker images. But the Changesets will make changes in package.jsons only if there are some changesets file to process. Even for the snapshot packages. So, on a rare occasion when there's no changeset file, the package can't be released and the Docker image can't be built.

@dcroote
Copy link
Contributor

dcroote commented Feb 7, 2023

For the avoidance of doubt, an empty changeset still results in failure of the images to build- a changeset needs to affect a package in order to succeed.

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

2 participants