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

Simplify interactions with githubRelease extension properties #63

Commits on Apr 26, 2023

  1. Use String over CharSequence

    Interacting with CharSequence can result in some syntactical overhead compared to interacting with Strings.
    As an example, when using the tagName from the githubRelease extension, passing that value to another API requires converting that value to a String.
    This tends to add some amount of noise to the code as most APIs use Strings for such things.
    tylerbertrand committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    96b7cfc View commit details
    Browse the repository at this point in the history