From 5acc952f3c4ef9b596fff0b861a1032cf347301f Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Mon, 1 Aug 2022 14:36:04 +0200 Subject: [PATCH] build: init versioning in repository Reviewed-on: https://git.riba-interactive.de/rick/statically/pulls/3 PR #3 --- .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..2b24486 --- /dev/null +++ b/.version.json @@ -0,0 +1,5 @@ +{ + "version": "0.0.0", + "sha": "", + "url": "https://git.riba-interactive.de/rick/statically" +} 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). + +---- +