Skip to content

v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 06:08
4c1e0cd

3.0.0 (2026-06-16)

⚠ BREAKING CHANGES

  • The package is now ESM-only and must be imported rather than required. The minimum supported Node.js version is now 22.12.0. Username/password (HTTP basic auth) support has been removed, so authentication now requires a token. GitHub disabled password authentication for its API in 2020.

Features

  • add cli tool (#23)

    Adds a gh-release-assets command that uploads assets to an existing release given its upload URL. The token comes from the --token flag or the GITHUB_TOKEN environment variable, and assets are passed as positional file paths.

Build System