Closed silvacb closed 1 year ago
The mobile-notifications-api-model has changed, and the version was bumped in Maven:
Now we need to update the version.sbt file to the next version, which is 1.0.17.
If: The model has changed and the latest version has been released in Maven
Then: This version in version.sbt has to be updated to the next available version
But: The main branch is protected and we cannot push directly from main, so we need to do this through a separate branch
What does this change?
Updates version of mobile-notifications-api-models:
The mobile-notifications-api-model has changed, and the version was bumped in Maven:
Now we need to update the version.sbt file to the next version, which is 1.0.17.
Updates the readme file:
When to release version changes?
If: The model has changed and the latest version has been released in Maven
Then: This version in version.sbt has to be updated to the next available version
But: The main branch is protected and we cannot push directly from main, so we need to do this through a separate branch