This workflow reacts to version increments in OpenSearch and its components by extracting Gradle properties from project branches. Currently OpenSearch main, and x.y branches are checked out one-by-one, published to local maven, and their versions extracted using ./gradlew properties. When a new version is found, a new input manifest is added to manifests, and a pull request is opened (e.g. opensearch-build#491).
Show information about existing manifests.
./manifests.sh listCheck for updates and create any new manifests.
./manifests.sh updateThe following options are available.
| name | description |
|---|---|
| --keep | Do not delete the temporary working directory on both success or error. |
| --type | Only list manifests of a specific type). |
| -v, --verbose | Show more verbose output. |