A github action will release new version using semantic-release after changes were push to master (including after PRs that were merged to master).
As part of the overall change, dependabot configuration has been added to support semantic commits, and the CI github action was updated to be triggered for any PR (until now only PRs to master triggered the workflow) and not when pushing to master.
What
A github action will release new version using semantic-release after changes were push to master (including after PRs that were merged to master). As part of the overall change, dependabot configuration has been added to support semantic commits, and the CI github action was updated to be triggered for any PR (until now only PRs to master triggered the workflow) and not when pushing to master.