mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: pump doc references (#29331)
This commit is contained in:
parent
29949bebe4
commit
6507b1f94c
22 changed files with 1050 additions and 591 deletions
8
.github/workflows/prepare-release.yml
vendored
8
.github/workflows/prepare-release.yml
vendored
|
|
@ -3,8 +3,8 @@ name: Prepare new release
|
|||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
serverBump:
|
||||
description: 'Bump server version'
|
||||
releaseType:
|
||||
description: 'Release type'
|
||||
required: true
|
||||
default: 'false'
|
||||
type: choice
|
||||
|
|
@ -77,9 +77,9 @@ jobs:
|
|||
|
||||
- name: Bump version
|
||||
env:
|
||||
SERVER_BUMP: ${{ inputs.serverBump }}
|
||||
RELEASE_TYPE: ${{ inputs.releaseType }}
|
||||
MOBILE_BUMP: ${{ inputs.mobileBump }}
|
||||
run: pnpm --silent release -s "${SERVER_BUMP}" -m "${MOBILE_BUMP}"
|
||||
run: mise //:release --type "${RELEASE_TYPE}" --mobile "${MOBILE_BUMP}"
|
||||
|
||||
- id: output
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue