... | ... | @@ -108,6 +108,6 @@ Run `mvn clean verify` and `bin/utils/ensure-up-to-date` to be sure that you hav |
|
|
|
|
|
## Necessary steps when a new working branch is created
|
|
|
|
|
|
* Edit the [`if` condition in the `.travis.yml` file](https://github.com/OpenAPITools/openapi-generator/blob/4664c07034fac99cfb6354fae6301d85f4f96810/.travis.yml#L115) to allow the working branches to do a `mvn deploy` of the artifacts
|
|
|
* Working branch must follow the format `0.0.x` (e.g. `4.3.x`). This is required in [.travis.yml](https://github.com/OpenAPITools/openapi-generator/blob/a979fd8e13c86431831b0c769ba7b484e744afa5/.travis.yml#L160)
|
|
|
* Set it as protected branch in the GitHub configs
|
|
|
* Update readme (branch list, badges…) |