Update dependency forgejo/release-notes-assistant to v1.5.1
Some checks failed
/ integration (push) Has been cancelled
/ tests (push) Has been cancelled

This commit is contained in:
Renovate Bot 2026-01-17 00:10:57 +00:00
parent cda3ae330b
commit f8c5e11684
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976

View file

@ -19,7 +19,7 @@ if ${VERBOSE:-false}; then set -x; fi
: ${RETRY:=1}
: ${DELAY:=10}
RELEASE_NOTES_ASSISTANT_VERSION=v1.5.0 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org
RELEASE_NOTES_ASSISTANT_VERSION=v1.5.1 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org
TAG_FILE="$TMP_DIR/tag$$.json"
TAG_URL=$(echo "$TAG" | sed 's/\//%2F/g')