chore: decouple version source path for #320 phase A#323
Merged
mrlunchbox777 merged 1 commit intomainfrom Apr 9, 2026
Merged
Conversation
Owner
Author
|
Opened Phase A implementation PR for #320 and synced managed labels.
|
7 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Introduces a new root-level version source (resources/version.yaml) to begin decoupling release/docs automation from the bsctl/ tree as part of #320’s phased decommission plan, while keeping a legacy fallback/mirroring path during the transition.
Changes:
- Added
resources/version.yamlas the primary version source and bumped version to0.1.21(mirroring the legacy constants file). - Updated release candidate + docs-bump + dependabot autobump automation to read
resources/version.yamlfirst with fallback tobsctl/static/resources/constants.yaml. - Updated agent guidance and planning documentation to reference the new version source path during the transition.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
resources/version.yaml |
Adds the new primary version source for automation. |
bsctl/static/resources/constants.yaml |
Mirrors version bump to 0.1.21 for legacy compatibility. |
.github/workflows/release.yml |
Reads candidate version from resources/version.yaml first, with legacy fallback. |
.github/workflows/dependabot-autobump.yaml |
Stages resources/version.yaml in Dependabot autobump commits (still includes legacy file). |
bsctl/scripts/workflows/docs-bump_docs-bump_version-bump.sh |
Docs-bump version divergence check now prefers resources/version.yaml with fallback. |
bsctl/scripts/workflows/docs-bump_docs-bump_CHANGELOG-bump.sh |
Changelog/version alignment check now prefers resources/version.yaml with fallback. |
bsctl/scripts/workflows/dependabot-autobump_bump-version.sh |
Bumps version using resources/version.yaml as primary, mirrors legacy constants when present. |
bsctl/scripts/workflows/dependabot-autobump_update-changelog.sh |
Reads version from new primary source (legacy fallback) when generating Dependabot changelog entries. |
CHANGELOG.md |
Adds 0.1.21 entry documenting the Phase A cutover and bumps. |
AGENTS.md |
Updates version bump guidance to point to resources/version.yaml (with mirroring note). |
docs/plans/bsctl-codeql-decommission-plan.md |
Updates plan inventory to reflect the new version source and transition fallback. |
docs/plans/agent-skills-and-release-plan.md |
Updates acceptance criteria language for version source path. |
.agents/skills/wip-pr-setup/SKILL.md |
Updates skill guidance to use new version source path during transition. |
.agents/skills/version-bump/SKILL.md |
Updates version bump skill to use resources/version.yaml as source of truth (with mirroring). |
.agents/skills/update-changelog/SKILL.md |
Updates changelog skill inputs/steps to read from new version file first (legacy fallback). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
resources/version.yamlas the primary version source and bump version to0.1.21resources/version.yamlfirst with legacy fallback tobsctl/static/resources/constants.yamlValidation
./bsctl/scripts/workflows/docs-bump_docs-bump_version-bump.sh./bsctl/scripts/workflows/docs-bump_docs-bump_CHANGELOG-bump.shIssue Link