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

This commit is contained in:
Renovate Bot 2026-01-10 00:03:17 +00:00
parent 11407f3e1b
commit 90ec38f85d
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.4.3 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org
RELEASE_NOTES_ASSISTANT_VERSION=v1.5.0 # 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')