openapi3-parser
openapi3-parser copied to clipboard
Packaging optimization with auto inc version
At the current moment changes merged into the Master branch could not trigger package version increment and it causes failed pipelines on Release tags created.
Provide a mechanism to auto-update package version for release pipeline.
flow:
- create a GH Action on 'new tag'
- replace version with tag name
- commit changes
- run deploy action