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

Allow to publish packages with test dependencies not in the registry #1270

Merged
merged 16 commits into from
Aug 28, 2024
Merged
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Other improvements:
overwrite the file if the marker isn't present, assuming that the file was
manually created or edited, not generated by Spago itself.
- migrated tests to the `spec-node` runner.
- `spago publish` now allows to publish a package with some test (but only
test!) dependencies not present in the registry.

## [0.21.0] - 2023-05-04

Expand Down
Loading
Loading