Skip to content

Conversation

@DavidVujic
Copy link
Owner

Description

The command targeting CI deploys, reports double names for a single changed project: the folder name, and the actual project name.

This PR will make sure the folder name is used.

Motivation and Context

Fixes #68

How Has This Been Tested?

  1. Changed one or more components, change something in the actual project file (such as the pyproject.toml itself)
  2. ran poetry poly diff --short
  3. maked sure only one project is listed.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

@DavidVujic DavidVujic merged commit 740a596 into main Mar 13, 2023
@DavidVujic DavidVujic deleted the poly-diff-short-double-names-reported branch March 13, 2023 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

poly diff --short reports project folder name, and project name from the pyproject.toml

2 participants