docs: fix spelling issues in v5 release (#165)

This commit is contained in:
Stefan Rotsch
2023-02-22 19:02:16 +01:00
committed by Bastian
parent 03783eee3b
commit 46c32eefbe
7 changed files with 74 additions and 35 deletions

View File

@@ -4,6 +4,11 @@ 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.
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.
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.