native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Skip release notes generation when pre-written notes exist

onevcat 849b5cf2 06f21967

+3 -1
+3 -1
doc-onevcat/scripts/release.sh
··· 225 225 fi 226 226 } 227 227 228 - if [[ -n "$PREV_TAG" ]]; then 228 + if [[ -s "$NOTES_FILE" ]]; then 229 + log "using existing release notes from $NOTES_FILE" 230 + elif [[ -n "$PREV_TAG" ]]; then 229 231 RANGE="$PREV_TAG..$TAG" 230 232 if command -v claude >/dev/null 2>&1; then 231 233 log "generating release notes with LLM..."