sngular / scc-multiapi-converter

SCC Verifier MultiApi Converter allows us to use Spring Cloud Contract to generate contracts from an OpenApi yaml or AsyncApi yaml document

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[SCC-MultiApi-Converter] Add action check to ensure version is updated

fcampostato opened this issue · comments

As a developer, I want to have a check for the pom.xml version, to avoid errors during deployment stage.

We must analyze how to add a check for the version on PR, maybe including a new job/step on an existent workflow, or maybe adding a new workflow. This must check if the version is updated compared to the main branch, and if it's not, put a message on the PR including a link to the versioning system we are using, SemVer, so the contributor could solve the error.

When this problem is solved, we must spread the solution to another projects with the same problem, SCS Multiapi Plugin and KLoadGen.