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

Ignore existing release null body #104

Closed

Commits on May 13, 2021

  1. Ignore null release body

    Using the SOLIDSoftworks/semver-tags action will result in a release
    created that doesn't contain anything for the release body. The
    consequences is that the updated release body will appear to contain the
    string `null` followed by a newline and then the release body as
    specified for this action.
    
    In such a case it appears to make more sense to ignore the existing
    release body should it be currently `null` instead of implicitly
    converting it to a string for the updated release body.
    electrofelix committed May 13, 2021
    Configuration menu
    Copy the full SHA
    175b44e View commit details
    Browse the repository at this point in the history