Skip to content

v7.15.1 - #248

Draft
Paebbels wants to merge 1 commit into
mainfrom
dev
Draft

v7.15.1#248
Paebbels wants to merge 1 commit into
mainfrom
dev

Conversation

@Paebbels

@Paebbels Paebbels commented Aug 6, 2026

Copy link
Copy Markdown
Member

New Features

  • tbd
  • tbd

Changes

  • Prepare.yml
    • Rename FATHER_SHA to SECOND_PARENT_SHA.

Bug Fixes

  • tbd
  • tbd

Documentation

  • tbd
  • tbd

Unit Tests

  • tbd
  • tbd

Related Issues and Pull-Requests

  • tbd
  • tbd

"Second parent" is git's own term and the one the step is named after - *Find merged PullRequest
from second parent of current SHA*. "Father" is not git terminology. GHDL's integrated copy of this
logic already used `SECOND_PARENT_SHA`, so the two now agree.

Renamed in `PrepareJob.yml` (10 uses) and `PublishReleaseNotes.yml` (4 uses). Both files also had
`"{FATHER_SHA}" == ""` without the `$`, so the emptiness check compared the literal string
`{FATHER_SHA}` and never fired; that is now `"${SECOND_PARENT_SHA}"`. It was masked by the `$? -ne 0`
test in the same condition, which catches the case that actually occurs.

Co-Authored-By: Patrick Lehmann <Paebbels@gmail.com>
@Paebbels Paebbels self-assigned this Aug 6, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

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.

2 participants