+ {releaseStats.unmappableTags.length > 0 && (
+
+ Failed to map {releaseStats.unmappableTags.length}{' '}
+ tags to releases
+
+ )}
- {releaseStats.unmatchedTags.length > 0 && (
-
- Failed to match {releaseStats.unmatchedTags.length}{' '}
- tags to {project.versioningStrategy}
-
- )}
+ {releaseStats.unmatchedTags.length > 0 && (
+
+ Failed to match {releaseStats.unmatchedTags.length}{' '}
+ tags to {project.versioningStrategy}
+
+ )}
- {releaseStats.unmatchedReleases.length > 0 && (
-
- Failed to match{' '}
- {releaseStats.unmatchedReleases.length} releases to{' '}
- {project.versioningStrategy}
-
- )}
+ {releaseStats.unmatchedReleases.length > 0 && (
+
+ Failed to match{' '}
+ {releaseStats.unmatchedReleases.length} releases to{' '}
+ {project.versioningStrategy}
+
+ )}
- See full output in the console
-
+