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

Set up GH Action for releases #13

Open
dmwyatt opened this issue Jul 18, 2021 · 0 comments
Open

Set up GH Action for releases #13

dmwyatt opened this issue Jul 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@dmwyatt
Copy link
Owner

dmwyatt commented Jul 18, 2021

When the version is bumped with poetry version, we should automatically create a GH release and a PyPI release.

Actually, I think maybe it'd be better to do this when tagging with git? Use something like poetry-dynamic-versioning.

So when we want to do a new version something like this?

  1. Make sure main has the commits we want to include in the release.
  2. Use some tool to bump git tag version.
  3. Something something for release notes.
  4. Make GH release.
  5. Make PyPI release.

Some links to investigate further:

https://github.com/softprops/action-gh-release
https://keepachangelog.com/en/1.0.0/

@dmwyatt dmwyatt added the enhancement New feature or request label Jul 18, 2021
@dmwyatt dmwyatt added this to the infrastructure milestone Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant