Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make dirty check more resilient #668

Merged

Commits on Oct 15, 2024

  1. fix: make dirty check more resilient

    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
    maxmoehl committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7dfc61d View commit details
    Browse the repository at this point in the history