From 52cf5a21fdca04cf9d8a6596f26416ebca1eb640 Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Mon, 25 Jul 2022 22:10:40 +0200 Subject: [PATCH] wip: initialisize the versioning and CHANGELOG.md --- .version.json | 5 +++++ CHANGELOG.md | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 .version.json create mode 100644 CHANGELOG.md diff --git a/.version.json b/.version.json new file mode 100644 index 0000000..a866383 --- /dev/null +++ b/.version.json @@ -0,0 +1,5 @@ +{ + "version": "0.0.0", + "sha": "", + "url": "https://git.riba-interactive.de/rick/conventi" +} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f7ecd09 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. + +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +---- +