Skip to content

ci: guide and validate pull request titles - #389

Merged
olucurious merged 1 commit into
masterfrom
agent/conventional-pr-titles
Aug 18, 2026
Merged

ci: guide and validate pull request titles#389
olucurious merged 1 commit into
masterfrom
agent/conventional-pr-titles

Conversation

@olucurious

Copy link
Copy Markdown
Owner

What changed

  • add a pull-request template with memorable version-bump examples
  • validate PR titles against Conventional Commit syntax
  • show an actionable error with valid examples when a title is unclear

Why

Release Please determines semantic version bumps from Conventional Commit prefixes. This makes the convention visible while authoring a PR and enforces it before merge.

Impact

Contributors can use fix:, feat:, or feat!: without having to remember how each prefix maps to a release. Scoped titles such as fix(auth): ... are accepted.

Validation

  • parsed the workflow as YAML
  • exercised accepted and rejected title cases in Bash
  • git diff --check passed

@olucurious
olucurious marked this pull request as ready for review August 18, 2026 17:45
@olucurious
olucurious merged commit 5d1b95a into master Aug 18, 2026
8 checks passed
@olucurious
olucurious deleted the agent/conventional-pr-titles branch August 18, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant