-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
area:ciCI/CD, GitHub Actions, workflowsCI/CD, GitHub Actions, workflowsarea:workflowDeveloper workflow, commands, rules, skillsDeveloper workflow, commands, rules, skillschoreGeneral tasks (e.g. update dependencies, contact a manufacturer, read a paper)General tasks (e.g. update dependencies, contact a manufacturer, read a paper)effort:smallLess than 1 hourLess than 1 hourpriority:highShould be done in the current milestoneShould be done in the current milestonesemver:patchBug fix, backward-compatibleBug fix, backward-compatible
Milestone
Description
Chore Type
CI / Build change
Description
The release PR failed the "Validate PR Title" check because the current title format (Release 0.3.0) does not satisfy repository commit-title rules.
Standardize release PR titles to:
release: X.Y.Z
This should be applied by release automation and documented in release process guidance.
Acceptance Criteria
- Release PRs are created with title format
release: X.Y.Z -
Validate PR Titlepasses for release PRs - Release workflow/tests/docs are updated so this format is preserved
- Existing release PR creation path is validated with a real or dry-run check
Implementation Notes
- Investigate where release PR titles are generated in workflows/scripts.
- Update release PR title generation from
Release X.Y.Ztorelease: X.Y.Z. - Verify compatibility with
validate-commit-msg --subject-only/ PR title checks. - Check whether PR template hints should be updated for release branches.
Related Issues
- Related to PR chore: release 0.3.0 #270
- Failed run: https://github.com/vig-os/devcontainer/actions/runs/23002702709/job/66791079620?pr=270
Priority
High
Changelog Category
No changelog needed
Additional Context
This blocks merging the release PR until title validation succeeds.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:ciCI/CD, GitHub Actions, workflowsCI/CD, GitHub Actions, workflowsarea:workflowDeveloper workflow, commands, rules, skillsDeveloper workflow, commands, rules, skillschoreGeneral tasks (e.g. update dependencies, contact a manufacturer, read a paper)General tasks (e.g. update dependencies, contact a manufacturer, read a paper)effort:smallLess than 1 hourLess than 1 hourpriority:highShould be done in the current milestoneShould be done in the current milestonesemver:patchBug fix, backward-compatibleBug fix, backward-compatible