Skip to content

make release-promote script is brittle #528

@justinsb

Description

@justinsb

The make release-promote script makes some assumptions that cause it to be brittle:

  • It requires gh to be installed, and you to be logged in to github.com. We should probably run gh auth status early and verify that it works (and give a clear error message if gh is not installed)
  • It assumes the upstream remote is named upstream
  • If the tag already exists it will produce an error, meaning the script is not idempotent

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions