Often PRs are merged into the develop branch without a package version that is incremented upward. This causes an issue that the package is not published on the package manager.
We would like to add a CI step that checks if the hakawati package version line is changed is included in every PR before it is merged into the develop branch.
Often PRs are merged into the
develop
branch without a package version that is incremented upward. This causes an issue that the package is not published on the package manager.We would like to add a CI step that checks if the hakawati package version line is changed is included in every PR before it is merged into the
develop
branch.