.nh .TH "glab" "1" "Mar 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-release-view - View information about a GitLab release. .SH SYNOPSIS \fBglab release view [flags]\fP .SH DESCRIPTION View information about a GitLab release. .PP Without an explicit tag name argument, shows the latest release in the project. .SH OPTIONS \fB-w\fP, \fB--web\fP[=false] Open the release in the browser. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .SH EXAMPLE .EX # View the latest release of a GitLab repository $ glab release view # View a release with specified tag name $ glab release view v1.0.1 .EE .SH SEE ALSO \fBglab-release(1)\fP