From 19f54f7bbdc8406f35a1cd25b8f60c6f2c0bb6a6 Mon Sep 17 00:00:00 2001 From: Josh Liburdi Date: Wed, 15 Nov 2023 15:10:15 +0000 Subject: [PATCH] docs: markdown --- VERSIONING.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/VERSIONING.md b/VERSIONING.md index 18ebeb63..0ce0444a 100644 --- a/VERSIONING.md +++ b/VERSIONING.md @@ -1,13 +1,14 @@ # Versioning Substation uses [Semantic Versioning 2.0](https://semver.org/). Versions are managed using Git tags and are updated by the maintainers when releases are made. The version applies to the [Go module](https://pkg.go.dev/github.com/brexhq/substation) and the components described below: - - cmd/aws/* - - cmd/client/* - - condition/* - - config/* - - message/* - - transform/* - - go.mod + +- cmd/aws/* +- cmd/client/* +- condition/* +- config/* +- message/* +- transform/* +- go.mod Some features may be labeled as "experimental" in the documentation. These features are not subject to the same versioning guarantees as the rest of the project and may be changed or removed at any time.