Skip to the content.

📖 Glossary

Conventional Commits
Standardized commit/PR title format used for semantic versioning decisions.

Reusable Workflow
A GitHub Actions workflow published in one repo and called from another via workflow_call.

semantic-release
Tool that analyzes commit history and publishes the next version/tag/release notes.

Release Token (RELEASE_TOKEN)
Fine-grained PAT used by reusable release workflow to create tags/releases.

Protected Branch
Branch policy (for example main) that blocks direct push and enforces required checks.