Skip to content

Commit 520e390

Browse files
piontecclaude
andauthored
chore(create-release-pr): bump architect to v8.3.0 (RC changelog aggregation) (#243)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 9f5f679 commit 520e390

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/create-release-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
with:
211211
binary: architect
212212
# renovate: datasource=github-tags depName=giantswarm/architect
213-
version: v8.2.1
213+
version: v8.3.0
214214
download_url: "https://github.com/giantswarm/architect/releases/download/${version}/architect-linux-amd64"
215215
- name: Checkout code
216216
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
however this project does not use Semantic Versioning and there are no releases.
77
Instead this file uses a date-based structure.
88

9+
## 2026-07-14
10+
11+
### Changed
12+
13+
- `create-release-pr.yaml` — bumped `architect` to `v8.3.0`, which aggregates release-candidate changelogs when promoting to a stable release. On an RC → stable promotion, `architect prepare-release` now merges every `## [X.Y.Z-rc.N]` section into the promoted stable section, so the GitHub release page (built from that version's section) shows the full change set instead of the often-empty delta. No workflow logic is needed — the behavior lives in the binary that already writes `CHANGELOG.md`.
14+
915
## 2026-07-07
1016

1117
### Fixed

0 commit comments

Comments
 (0)