Skip to content

Preview patch release notes: 26.07.05#1404

Closed
validbeck wants to merge 1 commit into
mainfrom
automated/preview-patch-26.07.05
Closed

Preview patch release notes: 26.07.05#1404
validbeck wants to merge 1 commit into
mainfrom
automated/preview-patch-26.07.05

Conversation

@validbeck

Copy link
Copy Markdown
Contributor

Pull Request Description

sc-17146

What and why?

Preview for Patch release notes: 26.07.05 (#105).

Warning

This PR automatically checks out the release notes branch automated/patch-26.07.05 in .github/workflows/validate-docs-site.yaml so the preview displays the in-progress release notes (temporary ref: — remove before merge).

Release type Patch (CMVM hotfix)
Version 26.07.05
validate-docs-site.yaml (REVERT BEFORE MERGE) Temporary ref: automated/patch-26.07.05 on Check out release-notes repository step

How to regenerate release notes preview

After updates are pushed to the linked release-notes PR: https://github.com/validmind/release-notes/pull/105

  1. Open this PR in validmind/documentation
  2. Re-run Validate docs site workflow (Actions tab → Validate docs site ... in the left sidebar → Select the latest workflow run linked to this PR → Re-run all jobs)

No commits on this branch are required — that workflow already checks out release-notes branch automated/patch-26.07.05 via the temporary ref: on the Check out release-notes repository step.

How to test

Click on the live documentation previews.

CMVM

What needs special review?

Auto-generated. Complete What needs special review? on the linked release-notes PR — not here.

  1. Verify that you can see release notes in the previews above as expected and that they render without any issues.
  2. Work through the merge checklist below

Merge (documentation preview)

  • Verify that you can see release notes in the previews as expected and that they render without any issues
  • Only when you are satisfied with the release notes, merge the linked release-notes PR to main first
  • On this branch, resolve the automated CHANGES_REQUESTED review by removing the ref: line from .github/workflows/validate-docs-site.yaml (keep repository: and path:)
  • Confirm Validate docs site passes again on this PR
  • Merge this PR to documentation / main after the release-notes PR merges sucessfully

Dependencies, breaking changes, and deployment notes

Release-notes PR (complete review there): Patch release notes: 26.07.05 (#105) — customer-facing .qmd content and full track checklist.

Release notes

n/a (internal label — customer-facing content is in validmind/release-notes)

Checklist

  • What and why
  • Screenshots or videos (Frontend)
  • How to test
  • What needs special review
  • Dependencies, breaking changes, and deployment notes
  • Labels applied
  • PR linked to Shortcut
  • Unit tests added (Backend)
  • Tested locally
  • Documentation updated (if required)

@validbeck validbeck added the internal Not to be externalized in the release notes label Jul 10, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REMOVE ref: TO release-notes BRANCH

Important

Remove the ref: line from the Check out release-notes repository workflow step in .github/workflows/validate-docs-site.yaml before merging — the temporary ref: must not land on documentation:main.

uses: actions/checkout@v4
with:
repository: validmind/release-notes
ref: automated/patch-26.07.05

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this ref: line to the working release-notes branch before merge. After the linked release-notes PR merges, workflow should check out release-notes:main. (view in .github/workflows/validate-docs-site.yaml)

Suggested change
ref: automated/patch-26.07.05

@github-actions

Copy link
Copy Markdown
Contributor

PR Summary

This pull request updates the GitHub Actions workflow file (validate-docs-site.yaml) by adding a ref parameter to the checkout step for the release-notes repository. The new line explicitly sets the branch to automated/patch-26.07.05 when checking out the repository. This change ensures that the workflow picks up documentation changes from the intended branch, which can be crucial for maintaining accurate versioned release notes and documentation integrity.

Test Suggestions

  • Run the GitHub Actions workflow to verify that the checkout process correctly retrieves the automated/patch-26.07.05 branch from the release-notes repository.
  • Verify that the subsequent steps in the workflow can successfully locate and process the required documentation files.
  • Perform a manual review of the fetched documentation content to ensure that the correct branch's files are being used.

@github-actions

Copy link
Copy Markdown
Contributor

Validate docs site

✓ INFO: A live preview of the docs site is available — Open the preview

@github-actions

Copy link
Copy Markdown
Contributor

Lighthouse check results

✓ INFO: No site pages to audit in this PR.

Commit SHA: d5975b3

@cachafla cachafla closed this Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Not to be externalized in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants