Compare commits

..

No commits in common. "main" and "v2.13.0" have entirely different histories.

5 changed files with 8 additions and 10 deletions

View file

@ -3,11 +3,10 @@ on:
push: push:
branches: branches:
- "**" - "**"
branches-ignore: - !renovate/**
- renovate/** # they are build via PR
env: env:
FORGEJO_VERSION: 11.0.15 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo FORGEJO_VERSION: 11.0.14 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
jobs: jobs:
integration: integration:

View file

@ -3,8 +3,7 @@ on:
push: push:
branches: branches:
- '**' - '**'
branches-ignore: - !renovate/**
- renovate/** # they are build via PR
jobs: jobs:
tests: tests:

View file

@ -44,7 +44,7 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/forgejo-release@v2.13.1 - uses: actions/forgejo-release@v2.12.1
with: with:
direction: upload direction: upload
url: https://my-forgejo-instance.net url: https://my-forgejo-instance.net
@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Generate Changelog - name: Generate Changelog
run: ./generate-changelog.sh > dist/changelog.md run: ./generate-changelog.sh > dist/changelog.md
- uses: actions/forgejo-release@v2.13.1 - uses: actions/forgejo-release@v2.12.1
with: with:
direction: upload direction: upload
url: https://my-forgejo-instance.net url: https://my-forgejo-instance.net
@ -86,7 +86,7 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/forgejo-release@v2.13.1 - uses: actions/forgejo-release@v2.12.1
with: with:
direction: download direction: download
url: https://my-forgejo-instance.net url: https://my-forgejo-instance.net

View file

@ -63,7 +63,7 @@ runs:
using: "composite" using: "composite"
steps: steps:
- if: ${{ inputs.release-notes-assistant }} - if: ${{ inputs.release-notes-assistant }}
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with: with:
key: rna-${{ inputs.repo }} key: rna-${{ inputs.repo }}
path: ${{ forge.action_path }}/rna path: ${{ forge.action_path }}/rna

View file

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