We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4b9dc commit adfda34Copy full SHA for adfda34
1 file changed
packages/nx/src/command-line/release/utils/shared.ts
@@ -38,7 +38,7 @@ export interface VersionDataEntry {
38
* dockerVersion will be populated if the project is a docker project and has been
39
* included within this release.
40
*/
41
- dockerVersion?: string;
+ dockerVersion?: string | null;
42
/**
43
* The list of projects which depend upon the current project.
44
0 commit comments