RedHatInsights / insights-api-common-rails

Header, Encryption, RBAC, Serialization, Pagination and other common behavior for Insights microservices built with Rails
Apache License 2.0
3 stars 25 forks source link

Only write the x.y version when generating openapi #144

Closed agrare closed 4 years ago

agrare commented 4 years ago

When generating the openapi file only write e.g. v1.0 not v1.0.0 so that we can tag every API change without having to create new files everytime.