mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-07-05 16:54:37 +00:00
Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3fc979530 | ||
|
|
70f8dae60f | ||
|
|
2ea0c8c6d9 | ||
|
|
4bf6234717 | ||
|
|
22f7244d87 |
|
|
@ -3,10 +3,11 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
- !renovate/**
|
branches-ignore:
|
||||||
|
- renovate/** # they are build via PR
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FORGEJO_VERSION: 11.0.14 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
|
FORGEJO_VERSION: 11.0.15 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
integration:
|
integration:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
- !renovate/**
|
branches-ignore:
|
||||||
|
- renovate/** # they are build via PR
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
|
|
||||||
|
|
@ -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.12.1
|
- uses: actions/forgejo-release@v2.13.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.12.1
|
- uses: actions/forgejo-release@v2.13.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.12.1
|
- uses: actions/forgejo-release@v2.13.1
|
||||||
with:
|
with:
|
||||||
direction: download
|
direction: download
|
||||||
url: https://my-forgejo-instance.net
|
url: https://my-forgejo-instance.net
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- if: ${{ inputs.release-notes-assistant }}
|
- if: ${{ inputs.release-notes-assistant }}
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
|
||||||
with:
|
with:
|
||||||
key: rna-${{ inputs.repo }}
|
key: rna-${{ inputs.repo }}
|
||||||
path: ${{ forge.action_path }}/rna
|
path: ${{ forge.action_path }}/rna
|
||||||
|
|
|
||||||
|
|
@ -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.1 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org
|
RELEASE_NOTES_ASSISTANT_VERSION=v1.7.3 # 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')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue