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

Automatic releases #661

Open
DonDebonair opened this issue Oct 17, 2022 · 2 comments
Open

Automatic releases #661

DonDebonair opened this issue Oct 17, 2022 · 2 comments

Comments

@DonDebonair
Copy link
Owner

Possible pieces of the puzzle:

  • Github Action that runs when tags are pushed
    • Check if version in pyproject.toml conforms to tag that was pushed, or else ABORT
  • Github Action that runs when code is merged and checks if the version in pyproject.toml has changed
    • Create git tag for new version
  • Update CHANGELOG.md -> look at Unreleased section and make new section for new version based on that
  • Create Github Release
  • Publish to PyPI
  • https://github.com/thomaseizinger/github-action-gitflow-release-workflow
@browniebroke
Copy link

I noticed that you're using conventional commis, so you might be interested in https://python-semantic-release.readthedocs.io/en/latest/ which I'm using on a few projects.

@DonDebonair
Copy link
Owner Author

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

No branches or pull requests

2 participants