Update dependency forgejo/release-notes-assistant to v1.5.2 (#140)
Some checks are pending
/ integration (push) Waiting to run
/ tests (push) Waiting to run

Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/140
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
This commit is contained in:
Renovate Bot 2026-02-06 06:00:25 +00:00 committed by Michael Kriese
parent b5fa0f2e61
commit 94a60cb661
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201

View file

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