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

Add SHA option #92

Closed
wants to merge 3 commits into from
Closed

Add SHA option #92

wants to merge 3 commits into from

Commits on Aug 3, 2023

  1. [PLAT-6085] Add SHA option (#1)

    This adds an option to overwrite the commit SHA on which the release is
    created; by default, that's GITHUB_SHA, but for some events such as
    workflow_run, GITHUB_SHA might not be what we want.
    
    PLAT-6085
    bewuethr authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e800196 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Don't use empty SHA input (#2)

    When the SHA input is empty, it's considered truthy, and we try to use
    it; this PR checks for empty, and then falls back to "GITHUB_SHA"
    instead.
    bewuethr authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f2fbf56 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Add archival note

    bewuethr authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8f26f57 View commit details
    Browse the repository at this point in the history