Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Wiki
  • Git Branches

Git Branches · Changes

Page history
Branch is now evaluated in the travis yaml file using regex ^[0-9]+\.[0-9]+\.x$ authored Oct 06, 2019 by Jim Schubert's avatar Jim Schubert
Show whitespace changes
Inline Side-by-side
Git-Branches.md
View page @ 8824e5a6
......@@ -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…)
Clone repository
  • API client generator HOWTO
  • Building your own Templates
  • Customizing client code generation
  • FAQ
  • Git Branches
  • Home
  • How to add a generator for a new language or framework
  • Integration Tests
  • Migration Guide
  • Mustache Template Variables
  • Pull Request Checklist
  • Release Checklist
  • Samples folder
  • Server stub generator HOWTO
  • Vendor Extensions
View All Pages