Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pagopa-archive/cloudgaap-commons-openapi

Contains commons OpenAPI stuff shared by all the CloudGaaP subprojects
https://github.com/pagopa-archive/cloudgaap-commons-openapi

Last synced: about 12 hours ago
JSON representation

Contains commons OpenAPI stuff shared by all the CloudGaaP subprojects

Awesome Lists containing this project

README

        

# CloudGaaP Commons OpenAPI

Commons OpenAPI stuff used in all the CloudGaaP subprojects.

## Create a new release

To create a new release use the provided `scripts/release.sh` script.

```sh
release.sh -v patch
```

You must specify a version type using the `-v` flag and choose one of `[major, minor, patch]`.

To test the script in dry mode use the `-d` flag.

You can also call the release script using yarn directly.

```sh
yarn release -v patch
```