You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@
3
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
5
6
+
---
7
+
## [0.1.22] - 2026-04-09
8
+
9
+
### Changed
10
+
11
+
- Migrated workflow helper scripts from `bsctl/scripts/workflows/` to `scripts/workflows/` and updated workflow call sites (`docs-bump`, `dependabot-autobump`, `action-validator`, and `agents-validate`).
12
+
- Updated #320 decommission planning docs to reflect completed script-path migration and the new neutral script location.
Copy file name to clipboardExpand all lines: docs/plans/bsctl-codeql-decommission-plan.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Retire remaining `bsctl` Go CLI and CodeQL dependencies without breaking release
14
14
| Area | Current dependency | Why it exists today | Replacement target | Removal gate |
15
15
| --- | --- | --- | --- | --- |
16
16
| Release candidate workflow |`.github/workflows/release.yml` reads `resources/version.yaml` (legacy fallback to `bsctl/static/resources/constants.yaml` during transition) | Version source for candidate metadata | Complete cutover to root-level version source | Candidate workflow passes with no `bsctl` path usage |
17
-
| Docs bump workflow |`.github/workflows/docs-bump.yaml` invokes `bsctl/scripts/workflows/docs-bump_*`| Enforces version/changelog divergence and date checks |Promote scripts to root-level workflow scripts (or equivalent maintained path)| Docs-bump checks pass using replacement scripts |
18
-
| Dependabot autobump |`.github/workflows/dependabot-autobump.yaml` invokes `bsctl/scripts/workflows/dependabot-autobump_*` and stages `resources/version.yaml` (plus legacy constants during transition) | Automates patch bump + changelog update for dep PRs |Update to replacement version source + script paths| Dependabot autobump PR succeeds without `bsctl` references |
19
-
| Action validator and agents validate | Workflows call scripts in `bsctl/scripts/workflows/*`| Existing script organization |Relocate scripts to neutral location (for example `scripts/workflows/`)| Validation workflows remain green after path migration |
17
+
| Docs bump workflow |`.github/workflows/docs-bump.yaml` invokes `scripts/workflows/docs-bump_*`| Enforces version/changelog divergence and date checks |Keep scripts in root-level workflow script location| Docs-bump checks pass using replacement scripts |
18
+
| Dependabot autobump |`.github/workflows/dependabot-autobump.yaml` invokes `scripts/workflows/dependabot-autobump_*` and stages `resources/version.yaml` (plus legacy constants during transition) | Automates patch bump + changelog update for dep PRs |Keep script paths and finalize legacy-version cleanup later| Dependabot autobump PR succeeds without `bsctl` references |
19
+
| Action validator and agents validate | Workflows call scripts in `scripts/workflows/*`| Existing script organization |Keep scripts in neutral location | Validation workflows remain green after path migration |
20
20
| Code scanning |`.github/workflows/codeql.yaml` scans Go | Security coverage for Go code under `bsctl/`| Re-scope/remove CodeQL after supported-language coverage decision |`bsctl` removal complete and security coverage documented |
21
21
| Label automation |`.github/labeler.yaml` maps `bsctl/**/*` to change labels | Surfacing path-based impact in PRs | Replace with new paths or retire mapping if no longer needed | Label behavior remains correct after path removals |
22
22
| Agent guidance and skills |`AGENTS.md`, `.agents/skills/*.md`, docs reference `resources/version.yaml` (legacy mention only for transition) | Instructions aligned with current version source | Update docs to new source-of-truth path | No remaining mandatory guidance references to retired path |
@@ -31,7 +31,7 @@ Retire remaining `bsctl` Go CLI and CodeQL dependencies without breaking release
31
31
32
32
### Phase B: Script-path migration
33
33
34
-
-Move workflow helper scripts out of `bsctl/scripts/workflows/`.
34
+
-Workflow helper scripts are now in `scripts/workflows/`; keep call sites aligned.
35
35
- Update all workflow call sites to the new script locations.
0 commit comments