You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I'd like to avoid the situation when new changes are merged into main branch or deployed to Maven Central Repository without version update.
Acceptance criteria:
Fetch current version from maven-central/main branch and compare it with the one from current branch.
Fail CI pipline if the one from current branch is less or equal
The text was updated successfully, but these errors were encountered:
As a developer I'd like to avoid the situation when new changes are merged into main branch or deployed to Maven Central Repository without version update.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: