From 0a3d219be10a5d74aaa6b3cf754a4f5a0765be43 Mon Sep 17 00:00:00 2001 From: Bastian Date: Thu, 14 Apr 2022 09:07:19 +0200 Subject: [PATCH] fix wording --- radar/2022-03-28/semanticore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radar/2022-03-28/semanticore.md b/radar/2022-03-28/semanticore.md index 180720d..3031ea6 100644 --- a/radar/2022-03-28/semanticore.md +++ b/radar/2022-03-28/semanticore.md @@ -4,9 +4,9 @@ ring: trial quadrant: tools --- -[Semanticore](https://github.com/AOEpeople/semanticore) is an open source tool fulfilling our needs for managing Changelogs and semantic releases. +[Semanticore](https://github.com/AOEpeople/semanticore) is an open source tool fulfilling our needs for managing changelogs and semantic releases. Build upon git histories and conventional commits, Semanticore creates and maintains changelogs using Gitlab or Github merge requests, and, once merged, creates appropriate tags and releases. -Automating this workflow improves our daily work a lot, and always gives us a clear view on outstanding changes as well as a proper-maintained Changelog. +Automating this workflow improves our daily work a lot, and always gives us a clear view on outstanding changes as well as a proper-maintained changelog. Check out our Semanticore repository at https://github.com/AOEpeople/semanticore or run it locally for testing purposes: ```