Skip to content

Commit fa3c899

Browse files
richardthe3rdgithub-actions[bot]
authored andcommitted
chore: prepare release 2026.5.5
1 parent cdfb384 commit fa3c899

3 files changed

Lines changed: 91 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
2+
## [2026.5.5] - 2026-05-17
3+
4+
### Bug Fixes
5+
6+
- Remove stale 180s timeout note from task table
7+
- Address Copilot review comments on PR #259
8+
- **release**: Address Copilot review comments on PR #260
9+
- **release**: Release.yml owns GitHub Release; android uploads assets
10+
- **release**: Address second round of Copilot review comments
11+
- **release**: Address reviewer comments on automated release PR
12+
- **release**: Address second-round Copilot review comments
13+
- **release**: Fail loudly if release notes extraction produces empty output
14+
- **release**: Fix broken deploy chain caused by GITHUB_TOKEN cascade limitation
15+
- **release**: Address final Copilot review comments
16+
- **release**: Remove labels from create-pull-request — label did not exist
17+
- **provider**: Discard stale drinks responses on rapid festival switch (#263)
18+
- **mise**: Add bash shebang to analyze and test task scripts (#274)
19+
- **routing**: Deep links and browser refresh load wrong festival data (#275)
20+
- **release**: Remove GITHUB_REPO from git-cliff action env (#276)
21+
- **ci**: Don't trigger Android build on functions-only changes (#282)
22+
23+
### Documentation
24+
25+
- **agents**: Document conventional commits requirement for PR titles
26+
- **agents**: Clarify that CI rejects non-conforming PR titles
27+
- Fix factual errors and outdated references in AGENTS.md and CLAUDE.md
28+
- Trim copilot-instructions.md — remove content covered by AGENTS.md
29+
- Replace duplicated AGENTS.md content in CLAUDE.md with @AGENTS.md import
30+
- Move all agent-useful content into AGENTS.md, CLAUDE.md becomes @AGENTS.md
31+
- Restructure AGENTS.md — project context first, remove redundancy
32+
- Fix three issues in AGENTS.md
33+
- Demote TEST_LOG to a footnote, not the primary example
34+
- **release**: Update release process to reflect workflow_dispatch deploy trigger
35+
36+
### Features
37+
38+
- **mise**: Add check, goldens:update tasks; add timeout to test task
39+
- **mise**: Capture test/analyze output via mktemp + tee pattern
40+
- **release**: Automate release via PR model
41+
- **release**: Add workflow_dispatch to release-pr.yml for manual testing
42+
- **sharing**: Include deep link URL in drink share message (#279)
43+
- **sharing**: Add Cloudflare Pages Function for drink OG previews (#280)
44+
45+

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cambridge_beer_festival
22
description: A Flutter app for Cambridge Beer Festival - browse beers, ciders, meads, and more.
33
publish_to: 'none'
4-
version: 2026.5.4+20260511
4+
version: 2026.5.5+20260517
55

66
environment:
77
sdk: '>=3.2.0 <4.0.0'

release-notes.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
2+
## [2026.5.5] - 2026-05-17
3+
4+
### Bug Fixes
5+
6+
- Remove stale 180s timeout note from task table
7+
- Address Copilot review comments on PR #259
8+
- **release**: Address Copilot review comments on PR #260
9+
- **release**: Release.yml owns GitHub Release; android uploads assets
10+
- **release**: Address second round of Copilot review comments
11+
- **release**: Address reviewer comments on automated release PR
12+
- **release**: Address second-round Copilot review comments
13+
- **release**: Fail loudly if release notes extraction produces empty output
14+
- **release**: Fix broken deploy chain caused by GITHUB_TOKEN cascade limitation
15+
- **release**: Address final Copilot review comments
16+
- **release**: Remove labels from create-pull-request — label did not exist
17+
- **provider**: Discard stale drinks responses on rapid festival switch (#263)
18+
- **mise**: Add bash shebang to analyze and test task scripts (#274)
19+
- **routing**: Deep links and browser refresh load wrong festival data (#275)
20+
- **release**: Remove GITHUB_REPO from git-cliff action env (#276)
21+
- **ci**: Don't trigger Android build on functions-only changes (#282)
22+
23+
### Documentation
24+
25+
- **agents**: Document conventional commits requirement for PR titles
26+
- **agents**: Clarify that CI rejects non-conforming PR titles
27+
- Fix factual errors and outdated references in AGENTS.md and CLAUDE.md
28+
- Trim copilot-instructions.md — remove content covered by AGENTS.md
29+
- Replace duplicated AGENTS.md content in CLAUDE.md with @AGENTS.md import
30+
- Move all agent-useful content into AGENTS.md, CLAUDE.md becomes @AGENTS.md
31+
- Restructure AGENTS.md — project context first, remove redundancy
32+
- Fix three issues in AGENTS.md
33+
- Demote TEST_LOG to a footnote, not the primary example
34+
- **release**: Update release process to reflect workflow_dispatch deploy trigger
35+
36+
### Features
37+
38+
- **mise**: Add check, goldens:update tasks; add timeout to test task
39+
- **mise**: Capture test/analyze output via mktemp + tee pattern
40+
- **release**: Automate release via PR model
41+
- **release**: Add workflow_dispatch to release-pr.yml for manual testing
42+
- **sharing**: Include deep link URL in drink share message (#279)
43+
- **sharing**: Add Cloudflare Pages Function for drink OG previews (#280)
44+
45+

0 commit comments

Comments
 (0)