[PR #501] [MERGED] [codex] Use generated release notes placeholder #3350

Closed
opened 2026-07-15 02:02:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/501
Author: @gschier
Created: 7/6/2026
Status: Merged
Merged: 7/6/2026
Merged by: @gschier

Base: mainHead: codex/release-notes-placeholder


📝 Commits (1)

  • 148b5cd Use generated release notes placeholder

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/release-app.yml (+1 -1)

📄 Description

What changed

The app release workflow now seeds draft GitHub releases with <!-- generated-by-yaak-releases --> instead of a placeholder changelog link.

Why

The website release tooling only replaces GitHub release bodies that are empty or already marked as generated. The previous changelog link looked like manual release notes, so release_ship_beta preserved it and skipped the generated notes update.

Impact

Future beta and stable release shipping can replace the draft release body with the website-formatted generated notes.

Validation

  • git diff --check -- .github/workflows/release-app.yml

No tags were created or changed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/501 **Author:** [@gschier](https://github.com/gschier) **Created:** 7/6/2026 **Status:** ✅ Merged **Merged:** 7/6/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `codex/release-notes-placeholder` --- ### 📝 Commits (1) - [`148b5cd`](https://github.com/mountain-loop/yaak/commit/148b5cd1a9bb77ffe82e058b22fa94bdf01e5567) Use generated release notes placeholder ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release-app.yml` (+1 -1) </details> ### 📄 Description ## What changed The app release workflow now seeds draft GitHub releases with `<!-- generated-by-yaak-releases -->` instead of a placeholder changelog link. ## Why The website release tooling only replaces GitHub release bodies that are empty or already marked as generated. The previous changelog link looked like manual release notes, so `release_ship_beta` preserved it and skipped the generated notes update. ## Impact Future beta and stable release shipping can replace the draft release body with the website-formatted generated notes. ## Validation - `git diff --check -- .github/workflows/release-app.yml` No tags were created or changed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-15 02:02:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#3350