Skip to content

Commit d2d6f17

Browse files
authored
chore: exit the changeset pre mode (#2217)
1 parent 40f1974 commit d2d6f17

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mode": "pre",
2+
"mode": "exit",
33
"tag": "next",
44
"initialVersions": {
55
"@redocly/cli": "1.34.2",

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ jobs:
6868
images: |
6969
redocly/cli
7070
ghcr.io/redocly/cli
71-
# FIXME: replace `next` with `latest` before GA
7271
tags: |
7372
${{ steps.get_version.outputs.value }}
74-
next
73+
latest
7574
7675
- name: Set up QEMU
7776
uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)