We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f1974 commit d2d6f17Copy full SHA for d2d6f17
.changeset/pre.json
@@ -1,5 +1,5 @@
1
{
2
- "mode": "pre",
+ "mode": "exit",
3
"tag": "next",
4
"initialVersions": {
5
"@redocly/cli": "1.34.2",
.github/workflows/release.yaml
@@ -68,10 +68,9 @@ jobs:
68
images: |
69
redocly/cli
70
ghcr.io/redocly/cli
71
- # FIXME: replace `next` with `latest` before GA
72
tags: |
73
${{ steps.get_version.outputs.value }}
74
- next
+ latest
75
76
- name: Set up QEMU
77
uses: docker/setup-qemu-action@v1
0 commit comments