I use semantic-release
package to trigger semantic release via GitHub Actions. Out of the box it uses @semantic-release/commit-analyzer
plugin which analyzes the message of each commit in a pull request and determines a version of the release.
Is there a way to set up semantic-release
to analyze only the title of the pull request which triggered push
to main
?