Skip to content

Commit

Permalink
Add releasing.md file
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Oct 31, 2022
1 parent a689145 commit e1fd846
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e1fd846

Please sign in to comment.