Skip to content

Commit 3c7a961

Browse files
committed
commit release versions after release
1 parent f3ae80d commit 3c7a961

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ jobs:
883883
884884
finalize:
885885
name: Finalize release
886-
if: false # Disabled for the fork: avoid committing release-only version bumps back to main.
886+
if: ${{ !failure() && !cancelled() && needs.preflight.result == 'success' && needs.release.result == 'success' }}
887887
needs: [preflight, release]
888888
runs-on: ubuntu-latest
889889
timeout-minutes: 10

FORK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository is a fork of `pingdotgg/t3code`. Keep this file focused on fork
99
- Fork workflows disable scheduled releases, relay jobs, hosted deploys, and fork-unsafe publish paths.
1010
- Release build jobs skip relay client tracing config because the relay config job is disabled.
1111
- Release builds publish updater metadata against the fork repository.
12-
- Fork release versions are derived in the release workflow so package manifests stay close to upstream.
12+
- Fork release versions are derived in the release workflow and committed back to main after release.
1313
- macOS release signing is separate from Apple notarization.
1414
- Self-signed macOS signing certificates are trusted during release builds.
1515

0 commit comments

Comments
 (0)