LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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
Create from a specific ref
$ glab release create [tag] --ref [commit-sha]
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.

SUBCOMMANDS

list

List releases.
create
Create a new release.
view
View release details.
delete
Delete a release.
upload
Upload assets to an existing release.
download
Download release assets.

PARAMETERS (create)

-n, --name text

Release title/name.
-N, --notes text
Release notes (Markdown supported).
-F, --notes-file file
Read release notes from a file, or `-` for stdin.
-r, --ref ref
Commit, tag, or branch to create the release from.
-m, --milestone milestone
Associate a milestone; repeatable for multiple milestones.
-T, --tag-message text
Message used when creating an annotated tag, if the tag doesn't already exist.
-D, --released-at datetime
ISO 8601 date/time to record as the release date.
-a, --assets-links json
JSON array of extra asset links to attach to the release.
--no-close-milestone
Don't close the associated milestone(s) after creating the release.
--no-update
Fail instead of updating if a release for the tag already exists.
--use-package-registry
Upload the given assets to the generic package registry instead of as release links.
--package-name name
Package name to use with --use-package-registry.
-R, --repo OWNER/REPO
Select another repository.

INSTALL

sudo apt install glab
copy
sudo dnf install glab
copy
sudo pacman -S glab
copy
sudo apk add glab
copy
sudo zypper install glab
copy
brew install glab
copy
nix profile install nixpkgs#glab
copy

SEE ALSO

glab(1), git-tag(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid