-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Description
While performing a release of a release candidate using the Maven version of X.Y.Z-rcN
, Habushu's containerization goal failed to locate the wheel needed for containerization with the following error:
[INFO] [INFO] --- habushu:3.3.0:containerize-dependencies (stage-python) @ aissemble-versioning ---
[INFO] [INFO] Found project MavenProject: com.boozallen.aissemble:aissemble-foundation-versioning-service:1.13.0-rc4 @ /home/runner/_work/aissemble/aissemble/target/checkout/foundation/aissemble-foundation-versioning-service/pom.xml as habushu-type dependency.
[INFO] [INFO] Staging monorepo dependency files from aissemble-foundation-versioning-service.
[INFO] [INFO] Executing poetry command: poetry version --no-ansi
[INFO] [INFO] Executing poetry command: poetry version -s
[INFO] [INFO] Searching for wheels matching aissemble_foundation_versioning_service-1.13.0-rc4*-*-none-any.whl
Notice that the search is looking for 1.13.0-rc4
but the version number has been normalized to 1.13.0rc4
.
Metadata
Metadata
Assignees
Labels
No labels