Skip to content

Commit 8783263

Browse files
milldrclaude
andcommitted
fix: use --prerelease flag instead of --latest for library docs releases
Change the release creation to use --prerelease flag since these are pre-built artifacts meant for caching, not user-facing releases that should be marked as latest. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 31e19a0 commit 8783263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
gh release create "library-docs-${VERSION}" \
225225
--title "Library Docs ${VERSION}" \
226226
--notes "Pre-built library documentation for fast preview builds. Generated $(date -u +'%Y-%m-%d %H:%M:%S UTC')." \
227-
--latest \
227+
--prerelease \
228228
library-docs.tar.gz
229229
230230
- name: Cleanup Old Releases

0 commit comments

Comments
 (0)