hikaya-io / hakawati

A collection of UI components
GNU General Public License v3.0
2 stars 1 forks source link

Add GH Actions step that checks if package version was modified before a PR is merged into `develop` #412

Closed andrewtpham closed 1 year ago

andrewtpham commented 1 year ago

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.