# Software Request Validations

This package is to manage validations of software request

You can reach out to [LX Squad](mailto:leadership-experience@thoughtworks.com)

## Releasing Package

### 1. Version

Version using the available script and it will create commit and tag for the version bump

```shell
yarn version:patch
```

```shell
yarn version:minor
```

```shell
yarn version:major
```

### 2. Pushing changes including tags

```shell
git push origin main --tags
```
