I am using Python Semantic Release to have some Versioning in my Github Project. Everytime a new branch is pushed with "releases/*" an Action generates a new major version.
I would like to merge it directly into master afterwards (assuming the tag + CHANGELOG.md file are the only changes).
What is the best way to do that? My GitHub Repo here
The Action in question here