9
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release synced 2026-02-11 09:09:24 +00:00

Update dependency forgejo/release-notes-assistant to v1.5.2

This commit is contained in:
Renovate Bot 2026-02-06 00:04:54 +00:00
parent b5fa0f2e61
commit abb5c921ad
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976

View file

@ -20,7 +20,7 @@ if ${VERBOSE:-false}; then set -x; fi
: ${DELAY:=10}
: ${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_URL=$(echo "$TAG" | sed 's/\//%2F/g')