From bf279685b7a45614e0dd312e73cefecb38d56e0b Mon Sep 17 00:00:00 2001 From: Tolleiv Nietsch Date: Fri, 22 Apr 2022 15:06:46 +0200 Subject: [PATCH] update conventional commits --- radar/2017-03-01/pipeline-as-code.md | 6 +----- radar/2022-03-28/conventionalcommits.md | 9 +++++++++ 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 radar/2022-03-28/conventionalcommits.md diff --git a/radar/2017-03-01/pipeline-as-code.md b/radar/2017-03-01/pipeline-as-code.md index 50562c1..c7a55ae 100644 --- a/radar/2017-03-01/pipeline-as-code.md +++ b/radar/2017-03-01/pipeline-as-code.md @@ -1,8 +1,4 @@ ---- -title: "Pipeline as Code" -ring: assess -quadrant: methods-and-patterns ---- +con 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. diff --git a/radar/2022-03-28/conventionalcommits.md b/radar/2022-03-28/conventionalcommits.md new file mode 100644 index 0000000..50787a1 --- /dev/null +++ b/radar/2022-03-28/conventionalcommits.md @@ -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. \ No newline at end of file