Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This action will auto release every sunday morning to pypi. It will bundle all changes with a semantic title into it and generate release notes for it. These naturally are only merged PRs. Interval can be easily changed or forced by yourself using the actions tab.
Versions auto increment in setup.py using this and match in the repo release. Breaking changes increase the 1.X.X. Features X.1.X and fixes the last octet x.x.1.
For this to function secrets must be created in the repo using tokens from pypi. They would be Action Repo secrets like this:
This requires #272. As that confirms a title exists before merging. Without a title that is valid a release won't occur.
This may need some tweaking to get it right since I can't test.