Skip to content

Commit 514098d

Browse files
committed
Prepare v0.3.3 release
1 parent d42ce0f commit 514098d

4 files changed

Lines changed: 19 additions & 8 deletions

File tree

.github/workflows/install-workflows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2222

2323
- name: Set up gh-aw CLI
24-
uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # setup-cli action pin (installs CLI v0.72.1 below)
24+
uses: github/gh-aw-actions/setup-cli@5c2fe865bb4dc46e1450f6ee0d0541d759aea73a # v0.79.6
2525
with:
26-
version: v0.72.1
26+
version: v0.79.6
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Validate workflow installation from local sources
@@ -62,9 +62,9 @@ jobs:
6262
token: ${{ steps.app-token.outputs.token }}
6363

6464
- name: Set up gh-aw CLI
65-
uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # setup-cli action pin (installs CLI v0.72.1 below)
65+
uses: github/gh-aw-actions/setup-cli@5c2fe865bb4dc46e1450f6ee0d0541d759aea73a # v0.79.6
6666
with:
67-
version: v0.72.1
67+
version: v0.79.6
6868
github-token: ${{ secrets.GITHUB_TOKEN }}
6969

7070
- name: Install workflows on main via PR and enable auto-merge

.github/workflows/release.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ steps:
121121
> /tmp/gh-aw/release-data/changed_files.txt
122122
else
123123
: > /tmp/gh-aw/release-data/commit_subjects.tsv
124-
find workflows -maxdepth 1 -type f -name '*.md' | sort \
124+
find .github/workflows -maxdepth 1 -type f -name '*.md' | sort \
125125
> /tmp/gh-aw/release-data/changed_files.txt
126126
fi
127127
128-
find workflows -maxdepth 1 -type f -name '*.md' | sort \
128+
find .github/workflows -maxdepth 1 -type f -name '*.md' | sort \
129129
> /tmp/gh-aw/release-data/workflow_sources.txt
130130
131131
---

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ Changelog entries should describe what changed for users of these workflows, not
2323
- Omit vague filler like "various fixes" when the actual effect can be named.
2424
- Do not include contributor handles, reviewer names, or other attribution in release entries.
2525

26+
## [Unreleased]
27+
28+
## [0.3.3] - 2026-06-14
29+
30+
### Fixed
31+
32+
- Improved audit and optimizer data collection in busy repositories by fetching workflow logs per workflow before merging results, which avoids incomplete analysis caused by repo-wide log truncation.
33+
- Corrected optimizer candidate selection so it no longer ranks completed runs with zero AIC and no longer targets the audit/optimizer monitoring workflows themselves.
34+
- Restored release-note generation after the workflow source move to `.github/workflows/` so published releases continue to discover the packaged workflow sources correctly.
35+
- Aligned workflow installation validation with the current `gh aw` CLI version used by the generated workflows, reducing publish-time drift between source validation and compiled lock output.
36+
2637
## [0.3.2] - 2026-06-12
2738

2839
### Changed

0 commit comments

Comments
 (0)