From aae54638ee4cff495af3a0a4210b585b975cba78 Mon Sep 17 00:00:00 2001 From: David Gubler Date: Tue, 12 Dec 2023 17:25:25 +0100 Subject: [PATCH] doc: Replace heavy development warning by SemVer hint --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfd8905..0df06ab 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `k8ify` converts [**Compose**][Compose] files into **Kubernetes** manifests. -**Warning:** This tool is currently under heavy development. Stuff may change & break between releases! +This project adheres to [Semantic Versioning][SemVer] and tries to not break functionality between major versions. ## Goal & Purpose @@ -204,3 +204,4 @@ This project is licensed under the [BSD 3-Clause License](LICENSE) [Compose]: https://github.com/compose-spec/compose-spec/blob/master/spec.md [Kompose]: https://kompose.io/ +[SemVer]: https://semver.org/