Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): Skip release:dry for forks and call commitlint
When public forks open PRs, skip the release test since `branches` will be null due to `CHANGE_BRANCH` and `BRANCH_NAME` being null. Also, the `commitlint` script was not being called. Add it. Fixes: #46
- Loading branch information