Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pagopa-archive/cloudgaap-commons-openapi
- Owner: pagopa-archive
- Archived: true
- Created: 2021-10-05T10:31:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T12:58:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T02:20:06.310Z (about 12 hours ago)
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```