Skip to content

Commit 3803e52

Browse files
Copilotpelikhan
andauthored
chore: mark releases as pre-release and not latest (#23754)
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/ae85a74a-aacb-47c9-a406-fb7d895863c7 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 7966fc1 commit 3803e52

2 files changed

Lines changed: 21 additions & 17 deletions

File tree

.github/workflows/release.lock.yml

Lines changed: 18 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,9 @@ jobs:
270270
gh release create "$RELEASE_TAG" \
271271
dist/* \
272272
--title "$RELEASE_TAG" \
273-
--generate-notes
273+
--generate-notes \
274+
--prerelease \
275+
--latest=false
274276
275277
# Get release ID
276278
RELEASE_ID=$(gh release view "$RELEASE_TAG" --json databaseId --jq '.databaseId')

0 commit comments

Comments
 (0)