mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-06-22 08:18:32 +00:00
Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ea0c8c6d9 | ||
|
|
4bf6234717 | ||
|
|
22f7244d87 |
|
|
@ -3,10 +3,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- !renovate/**
|
||||
branches-ignore:
|
||||
- renovate/** # they are build via PR
|
||||
|
||||
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:
|
||||
integration:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- !renovate/**
|
||||
branches-ignore:
|
||||
- renovate/** # they are build via PR
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ if ${VERBOSE:-false}; then set -x; fi
|
|||
: ${DELAY:=10}
|
||||
: ${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_URL=$(echo "$TAG" | sed 's/\//%2F/g')
|
||||
|
|
|
|||
Loading…
Reference in a new issue