Update dependency forgejo/release-notes-assistant to v1.6.0 (#147)

Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/147
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-20 11:56:04 +00:00 committed by Michael Kriese
parent 9ef8d3a17f
commit fbfc669de8
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201

View file

@ -18,7 +18,7 @@ if ${VERBOSE:-false}; then set -x; fi
: ${DELAY:=10}
: ${SKIP_ASSETS:=false}
RELEASE_NOTES_ASSISTANT_VERSION=v1.5.2 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org
RELEASE_NOTES_ASSISTANT_VERSION=v1.6.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')