Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/release/utils/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface VersionDataEntry {
* dockerVersion will be populated if the project is a docker project and has been
* included within this release.
*/
dockerVersion?: string;
dockerVersion?: string | null;
/**
* The list of projects which depend upon the current project.
*/
Expand Down
Loading