Skip to content

[CHORE] Enforce release PR title format as release: X.Y.Z #276

@c-vigo

Description

@c-vigo

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 Title passes 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.Z to release: 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

Priority

High

Changelog Category

No changelog needed

Additional Context

This blocks merging the release PR until title validation succeeds.

Metadata

Metadata

Assignees

Labels

area:ciCI/CD, GitHub Actions, workflowsarea:workflowDeveloper workflow, commands, rules, skillschoreGeneral tasks (e.g. update dependencies, contact a manufacturer, read a paper)effort:smallLess than 1 hourpriority:highShould be done in the current milestonesemver:patchBug fix, backward-compatible

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions