11
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release synced 2026-05-22 15:22:11 +00:00

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

This commit is contained in:
Renovate Bot 2026-05-10 00:00:25 +02:00
parent cc66f77bd5
commit c6992e1d69
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976

View file

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