Skip to content

fix: make dirty check more resilient#668

Merged
beyhan merged 1 commit intocloudfoundry:mainfrom
sap-contributions:maxmoehl/fix-git-status-check
Oct 17, 2024
Merged

fix: make dirty check more resilient#668
beyhan merged 1 commit intocloudfoundry:mainfrom
sap-contributions:maxmoehl/fix-git-status-check

Conversation

@maxmoehl
Copy link
Copy Markdown
Member

Creating a release will fail even in a clean repo because of unexpected output from git-status when using a non-standard git-status configuration. This commit switches the check from --short to --porcelain which is intended to produce stable, machine-readable output similar to --short.

Resolves: #667

Creating a release will fail even in a clean repo because of unexpected
output from git-status when using a non-standard git-status
configuration. This commit switches the check from `--short` to
`--porcelain` which is intended to produce stable, machine-readable
output similar to `--short`.

Resolves: cloudfoundry#667
@beyhan beyhan merged commit df5b5b7 into cloudfoundry:main Oct 17, 2024
aramprice added a commit that referenced this pull request Oct 17, 2024
@maxmoehl maxmoehl deleted the maxmoehl/fix-git-status-check branch October 18, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

Unable to create a release when custom git-status output is active

3 participants