Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Auto Release #274

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore: Auto Release #274

wants to merge 1 commit into from

Conversation

cdnninja
Copy link
Contributor

@cdnninja cdnninja commented Jan 24, 2025

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:

image

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.

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.
@cdnninja cdnninja marked this pull request as ready for review January 24, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant