Commit 6a5f7adf authored by Vladimir Shushlin's avatar Vladimir Shushlin 👆
Browse files

Merge branch 'patch-1' into 'master'

README: Fix broken glab CLI link

See merge request !192



Merged-by: Vladimir Shushlin's avatarVladimir Shushlin <vshushlin@gitlab.com>
Approved-by: default avatarJaime Martinez <jmartinez@gitlab.com>
Co-authored-by: default avatarPer Lundberg <per.lundberg@hibox.tv>
parents a9ab4c91 4a842a47
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ RUN make build

FROM alpine:3.18

RUN apk add --update --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community glab=1.50.0-r0
RUN apk add --update --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community glab

COPY --from=builder /release-cli/bin/release-cli /usr/local/bin/release-cli
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
**The `release-cli` is in maintenance mode**.
The `release-cli` does not accept new features.
All new feature development happens in the `glab` CLI,
so you should use the [`glab` CLI](../../../editor_extensions/gitlab_cli/index.md) whenever possible.
so you should use the [`glab` CLI](../../../../cli/) whenever possible.
The `release-cli` is in maintenance mode, and [issue cli#7450](https://gitlab.com/gitlab-org/cli/-/issues/7450) proposes to deprecate it as the `glab` CLI matures.

[![build status](https://gitlab.com/gitlab-org/release-cli/badges/master/pipeline.svg)](https://gitlab.com/gitlab-org/release-cli/commits/master)