From 19cf438c7e579929d74aaa42294d104d8e1ac61e Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Mon, 31 Oct 2022 14:57:26 -0700 Subject: [PATCH] Add releasing.md file Signed-off-by: Sayali Gaikawad --- RELEASING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 RELEASING.md diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 000000000..4a34aaea3 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,19 @@ +- [Overview](#overview) +- [Versioning](#versioning) +- [Releasing](#releasing) + +## Overview + +This document explains the release strategy for artifacts in this organization. + +## Versioning + +This respository, as other in this organization follows semantic versioning. + +- **major**: Breaking changes +- **minor**: New features +- **patch**: Bug fixes + +## Releasing + +The release process includes a [MAINTAINER](MAINTAINERS.md) pushing a tag to this repository. \ No newline at end of file