From 21b17465fcb5a1bf016a96dffdab178ed9bc69b4 Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Wed, 1 Jun 2022 23:04:22 +0200 Subject: [PATCH] ci(conventi): init conventi files Create `.version.json` 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..a1aea80 --- /dev/null +++ b/.version.json @@ -0,0 +1,5 @@ +{ + "version": "0.0.0", + "sha": "", + "url": "https://git.riba-interactive.de/rick/waitui" +} 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). + +---- +