Compare commits

...

2 Commits

Author SHA1 Message Date
b52d657c6d Merge pull request 'build: init versioning in repository' (#4) from develop into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4
2022-08-01 14:37:47 +02:00
5acc952f3c build: init versioning in repository
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3
PR #3
2022-08-01 14:36:04 +02:00
2 changed files with 13 additions and 0 deletions

5
.version.json Normal file
View File

@ -0,0 +1,5 @@
{
"version": "0.0.0",
"sha": "",
"url": "https://git.riba-interactive.de/rick/statically"
}

8
CHANGELOG.md Normal file
View File

@ -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).
----