Tag

convention

1 views collected around this technical thread.

DevOps Engineer
DevOps Engineer
Sep 24, 2024 · Fundamentals

Conventional Branch Naming Specification – Chinese Version

The article introduces the Chinese version of the Conventional Branch Naming Specification, explains its purpose, outlines branch prefixes and naming rules, provides examples, and lists tools for automatic compliance, offering a comprehensive guide for improving Git workflow readability and automation.

branch-namingconventiongit
0 likes · 7 min read
Conventional Branch Naming Specification – Chinese Version
DevOps Engineer
DevOps Engineer
Sep 19, 2024 · Fundamentals

Conventional Branch Specification – Open‑Source Project Announcement and Guidelines

The Conventional Branch Specification project introduces a structured, standardized naming convention for Git branches, detailing prefixes like feature/, bugfix/, hotfix/, release/ and chore/, explaining their purposes, benefits for team collaboration, CI/CD integration, and providing usage examples and FAQs.

branch-namingci/cdconvention
0 likes · 5 min read
Conventional Branch Specification – Open‑Source Project Announcement and Guidelines
Amap Tech
Amap Tech
Aug 28, 2020 · Fundamentals

Git Commit Message Standardization and Monitoring Service

The team introduced an Angular‑style Git commit‑message standard—type(scope): subject in Chinese—and built a webhook‑based monitoring service that validates pushes, alerts violations, tracks diff size and deletions, stores metrics, and visualizes compliance, improving traceability, readability, and automated changelog generation.

DevOpsWebhookbest practices
0 likes · 10 min read
Git Commit Message Standardization and Monitoring Service