From 2bf7a738ff0fe4954682326e466d3fc8e5078f84 Mon Sep 17 00:00:00 2001 From: Bastian Ike Date: Wed, 13 Apr 2022 11:07:35 +0200 Subject: [PATCH] add semanticore --- radar/2022-03-28/semanticore.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 radar/2022-03-28/semanticore.md diff --git a/radar/2022-03-28/semanticore.md b/radar/2022-03-28/semanticore.md new file mode 100644 index 0000000..180720d --- /dev/null +++ b/radar/2022-03-28/semanticore.md @@ -0,0 +1,15 @@ +--- +title: "Semanticore" +ring: trial +quadrant: tools +--- + +[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. + +Check out our Semanticore repository at https://github.com/AOEpeople/semanticore or run it locally for testing purposes: +``` +$ cd ~/path/to/my/repository +$ go run github.com/aoepeople/semanticore@v0 +```