Skip to content

Commit adfda34

Browse files
committed
fix(release): allow null values in schema of dockerVersion
1 parent 4f4b9dc commit adfda34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/nx/src/command-line/release/utils

packages/nx/src/command-line/release/utils/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface VersionDataEntry {
3838
* dockerVersion will be populated if the project is a docker project and has been
3939
* included within this release.
4040
*/
41-
dockerVersion?: string;
41+
dockerVersion?: string | null;
4242
/**
4343
* The list of projects which depend upon the current project.
4444
*/

0 commit comments

Comments
 (0)