update conventional commits
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
---
|
con
|
||||||
title: "Pipeline as Code"
|
|
||||||
ring: assess
|
|
||||||
quadrant: methods-and-patterns
|
|
||||||
---
|
|
||||||
|
|
||||||
Continuous Integration and Delivery is a critical part of our development and deployment process at AOE. Using Jenkins for many years the "instructions" how to build, test and deploy applications were scattered between many custom scripts and the pipeline was often maintained by manual maintenance of Jenkins jobs. Soon, we realized that we need a more native way to express the full CI/CD pipeline process in code and manage it in version control.
|
Continuous Integration and Delivery is a critical part of our development and deployment process at AOE. Using Jenkins for many years the "instructions" how to build, test and deploy applications were scattered between many custom scripts and the pipeline was often maintained by manual maintenance of Jenkins jobs. Soon, we realized that we need a more native way to express the full CI/CD pipeline process in code and manage it in version control.
|
||||||
|
|
||||||
|
|||||||
9
radar/2022-03-28/conventionalcommits.md
Normal file
9
radar/2022-03-28/conventionalcommits.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: "Conventional Commits"
|
||||||
|
ring: adopt
|
||||||
|
quadrant: methods-and-patterns
|
||||||
|
---
|
||||||
|
|
||||||
|
Conventional commits are being widely used in our teams, therefore we're changing this to adopt. Using commit messages which follow the [conventional commits specification](https://www.conventionalcommits.org/en/v1.0.0/) helps us to easily process changes made within a software release. It also helps to reduce confusion around commit message requirements for new team members.
|
||||||
|
|
||||||
|
The [Semanticore](https://github.com/AOEpeople/semanticore) release bot is a tool we published, which utilizes conventional commits to maintain the release notes of our software and suggests the correct version of the upcoming release.
|
||||||
Reference in New Issue
Block a user