Skip to content

Fix release steps#2430

Merged
t-b merged 1 commit intomainfrom
bugfix/2430-release-procedure
May 28, 2025
Merged

Fix release steps#2430
t-b merged 1 commit intomainfrom
bugfix/2430-release-procedure

Conversation

@t-b
Copy link
Copy Markdown
Collaborator

@t-b t-b commented May 28, 2025

The compile check for each commit in c3e7dc3 (.github/workflows: Add
job to compile test each commit, 2023-12-22) suffers from an issue when
the release branch is empty. In this case we then assume that the branch
in question is forked from the release branch instead of main. This
results in checking all commits in main since the release branch forked
off.

By adding an empty commit to the release branch we can circumvent the
problem.

Close #2426

The compile check for each commit in c3e7dc3 (.github/workflows: Add
job to compile test each commit, 2023-12-22) suffers from an issue when
the release branch is empty. In this case we then assume that the branch
in question is forked from the release branch instead of main. This
results in checking all commits in main since the release branch forked
off.

By adding an empty commit to the release branch we can circumvent the
problem.
@t-b t-b self-assigned this May 28, 2025
@t-b t-b requested review from MichaelHuth and timjarsky as code owners May 28, 2025 12:24
@t-b t-b changed the title Packages/igortest: Update it Fix release steps May 28, 2025
@t-b t-b merged commit abc0f93 into main May 28, 2025
8 checks passed
@t-b t-b deleted the bugfix/2430-release-procedure branch May 28, 2025 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: Compilation check for each commit takes too many commits

1 participant