LinuxCommandLibrary

glab-release

Manage GitLab project releases

TLDR

List releases

$ glab release list
copy
Create release
$ glab release create [tag]
copy
Create with notes
$ glab release create [tag] -n "[notes]"
copy
Create with assets
$ glab release create [tag] [file1] [file2]
copy
View release
$ glab release view [tag]
copy
Delete release
$ glab release delete [tag]
copy

SYNOPSIS

glab release command [options]

DESCRIPTION

glab release manages GitLab project releases from the command line. It provides subcommands for creating releases, uploading binary assets, writing release notes, and managing existing releases.

PARAMETERS

-n, --notes text

Release notes.
-N, --notes-file file
Read notes from file.
--ref ref
Git ref for release.

SUBCOMMANDS

list

List releases.
create
Create release.
view
View release.
delete
Delete release.
upload
Upload assets.
download
Download assets.

SEE ALSO

glab(1), git-tag(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community